fix clang builds

This commit is contained in:
Ryan Fleury
2024-10-07 14:43:31 -07:00
parent 7114a20e66
commit c7ce08fd71
8 changed files with 22 additions and 16 deletions
+4
View File
@@ -118,6 +118,10 @@ update(void)
#if defined(TEXTURE_CACHE_H)
tex_user_clock_tick();
#endif
#if OS_FEATURE_GRAPHICAL
B32 result = frame();
#else
B32 result = 0;
#endif
return result;
}