mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Demo 003
This commit is contained in:
+1
-1
@@ -134,7 +134,6 @@ run :: proc() {
|
||||
return DefWindowProcA(hwnd, msg, wparam, lparam)
|
||||
}
|
||||
|
||||
|
||||
window, window_success := make_window("Odin Language Demo", 854, 480, win32_proc)
|
||||
if !window_success {
|
||||
return
|
||||
@@ -142,6 +141,7 @@ run :: proc() {
|
||||
defer destroy_window(^window)
|
||||
|
||||
|
||||
|
||||
prev_time := time_now()
|
||||
running := true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user