Fix for hot-reload (raylib shared required on odin compiler)

This commit is contained in:
2024-01-25 11:24:52 -05:00
parent 1755dac070
commit c9a10c3b41
3 changed files with 5 additions and 5 deletions

View File

@ -207,7 +207,7 @@ main :: proc()
// Wait for pdb to unlock (linker may still be writting)
for ; sectr.is_file_locked( "sectr.pdb" ); {
}
time.sleep( time.Second * 10 )
time.sleep( time.Millisecond )
sectr_api = load_sectr_api( version_id )
if sectr_api.lib_version == 0 {