Skip to content

Commit

Permalink
This time 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakez77 committed Oct 19, 2023
1 parent 1297ffb commit e9d07c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux_platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void platform_update_window()
}
}

void* platform_load_gl_function(char* funName)
void* platform_load_gl_func(char* funName)
{
void* proc = (void*)glXGetProcAddress((const GLubyte*)funName);
if(!proc)
Expand Down

0 comments on commit e9d07c0

Please sign in to comment.