Added missing line for linux example main macro (Fixes #193)

This commit is contained in:
saschawillems 2016-07-04 19:12:30 +02:00
parent 18013c44e0
commit e97713ab34

View file

@ -426,6 +426,7 @@ static void handleEvent(const xcb_generic_event_t *event) \
{ \ { \
vulkanExample->handleEvent(event); \ vulkanExample->handleEvent(event); \
} \ } \
} \
int main(const int argc, const char *argv[]) \ int main(const int argc, const char *argv[]) \
{ \ { \
vulkanExample = new VulkanExample(); \ vulkanExample = new VulkanExample(); \