Skip to content

Commit 09f16aa

Browse files
committed
Update WindowUtil.hx
1 parent e414cab commit 09f16aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/backend/window/WindowUtil.hx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if windows
21
package backend.window;
32

43
// most codes stolen from vs dave and bambi source code.
@@ -43,5 +42,4 @@ class WindowUtil
4342
return res;
4443
}
4544
#end
46-
}
47-
#end
45+
}

0 commit comments

Comments
 (0)