Merge pull request #55 from ChristophHaag/master
fix handle_event -> handleEvent in shadowmapping
This commit is contained in:
commit
6af10ce764
1 changed files with 2 additions and 2 deletions
|
|
@ -1166,11 +1166,11 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
static void handle_event(const xcb_generic_event_t *event)
|
static void handleEvent(const xcb_generic_event_t *event)
|
||||||
{
|
{
|
||||||
if (vulkanExample != NULL)
|
if (vulkanExample != NULL)
|
||||||
{
|
{
|
||||||
vulkanExample->handle_event(event);
|
vulkanExample->handleEvent(event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue