Misc changes
This commit is contained in:
@@ -173,12 +173,6 @@ void OnCommand(Event event) {
|
||||
Scratch scratch;
|
||||
Array<Window *> order = GetWindowZOrder(scratch);
|
||||
|
||||
Window *window = GetWindow(ActiveWindowID);
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Handle wheel scrolling
|
||||
if (event.xwheel || event.ywheel) {
|
||||
Vec2I mouse = MouseVec2I();
|
||||
|
||||
Reference in New Issue
Block a user