Reformat to something more readable for me :3
Build libsm64 / Build libsm64 for linux (push) Failing after 28s
Build libsm64 / Build libsm64 for web (push) Failing after 29s
Build libsm64 / Build libsm64 for windows (push) Failing after 23s

This commit is contained in:
2026-05-24 11:31:35 -05:00
parent 4328104536
commit 9ff6947911
141 changed files with 29706 additions and 20450 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ void context_init( const char *title, int width, int height, int major, int mino
if( glewInitResult != GLEW_OK ) goto err;
#endif
s_controller = NULL;
s_controller = nullptr;
for( int i = 0; i < SDL_NumJoysticks(); ++i )
{
@@ -110,5 +110,5 @@ void context_terminate( void )
SDL_DestroyWindow( s_sdlWindow );
SDL_Quit();
s_sdlWindow = NULL;
s_sdlWindow = nullptr;
}