Shut up a warning

This commit is contained in:
Clownacy 2020-04-03 00:00:13 +01:00
parent c194ff9dc6
commit 10f9882108

View file

@ -252,6 +252,8 @@ void PlatformBackend_PostWindowCreation(void)
BOOL PlatformBackend_GetBasePath(char *string_buffer)
{
(void)string_buffer;
// GLFW3 doesn't seem to have a mechanism for this
return FALSE;
}