diff options
Diffstat (limited to 'test/test_vulkan.c')
-rw-r--r-- | test/test_vulkan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vulkan.c b/test/test_vulkan.c index 45c57ae..f95b85d 100644 --- a/test/test_vulkan.c +++ b/test/test_vulkan.c @@ -166,7 +166,7 @@ main(int argc, char** argv) assert(!createInstance(&test)); // Create window - puglSetClassName(test.world, "Pugl Vulkan Test"); + puglSetClassName(test.world, "PuglTest"); puglSetHandle(test.view, &test); puglSetBackend(test.view, puglVulkanBackend()); puglSetEventFunc(test.view, onEvent); |