fix win32 platform compile

This commit is contained in:
SushilRagoonath 2022-12-02 14:05:51 +01:00 committed by GitHub
parent 3fc3938b22
commit c802080bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -689,7 +689,7 @@ void Platform::open_url(const char* url)
system(cmd.cstr()); system(cmd.cstr());
} }
void win32_detect_joysticks() void Blah::win32_detect_joysticks()
{ {
// mark all joysticks as unnacounted for // mark all joysticks as unnacounted for
for (int i = 0; i < Input::max_controllers; i++) for (int i = 0; i < Input::max_controllers; i++)