Update deps to not copy dlls if odin wasn't updated.

This commit is contained in:
2024-01-25 11:31:21 -05:00
parent c9a10c3b41
commit 0c2a95c796
2 changed files with 12 additions and 6 deletions

View File

@ -125,7 +125,7 @@ render :: proc()
draw_text( "Monitor : %v", rl.GetMonitorName(0) )
draw_text( "Screen Width : %v", rl.GetScreenWidth() )
draw_text( "Screen Height: %v", rl.GetScreenHeight() )
draw_text( "HOT RELOAD BITCHES" )
// draw_text( "HOT RELOAD BITCHES" )
draw_debug_text_y = 50
}