Core: Add defer
This commit is contained in:
@@ -54,7 +54,9 @@ main :: (): int
|
||||
target_color := RED
|
||||
target_color.a = 255/2
|
||||
|
||||
testing := 0
|
||||
for !WindowShouldClose()
|
||||
defer ;; testing += 1
|
||||
WinX = GetScreenWidth()
|
||||
WinY = GetScreenHeight()
|
||||
MouseX = GetMouseX()
|
||||
|
||||
Reference in New Issue
Block a user