Added missing line for linux example main macro (Fixes #193)
This commit is contained in:
parent
18013c44e0
commit
e97713ab34
1 changed files with 1 additions and 0 deletions
|
|
@ -426,6 +426,7 @@ static void handleEvent(const xcb_generic_event_t *event) \
|
|||
{ \
|
||||
vulkanExample->handleEvent(event); \
|
||||
} \
|
||||
} \
|
||||
int main(const int argc, const char *argv[]) \
|
||||
{ \
|
||||
vulkanExample = new VulkanExample(); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue