This commit is contained in:
Ginger Bill
2016-09-22 21:32:25 +01:00
parent 6907951f1e
commit 2e506b7e6e
5 changed files with 204 additions and 189 deletions
+1 -1
View File
@@ -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