Karl Zylinski 6 сар өмнө
parent
commit
1b35f92087

+ 0 - 1
window_win32.odin

@@ -122,7 +122,6 @@ Win32_State :: struct {
 	allocator: runtime.Allocator,
 	allocator: runtime.Allocator,
 	custom_context: runtime.Context,
 	custom_context: runtime.Context,
 	hwnd: win32.HWND,
 	hwnd: win32.HWND,
-	window_should_close: bool,
 	events: [dynamic]Window_Event,
 	events: [dynamic]Window_Event,
 }
 }