From 43f529f46ba04b06e813f58a27b565170ab4b55c Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Fri, 29 Mar 2019 15:40:27 +0100 Subject: [PATCH] Initial state --- examples/negativeviewportheight/negativeviewportheight.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/negativeviewportheight/negativeviewportheight.cpp b/examples/negativeviewportheight/negativeviewportheight.cpp index 3d6d3bfe..ac047a9b 100644 --- a/examples/negativeviewportheight/negativeviewportheight.cpp +++ b/examples/negativeviewportheight/negativeviewportheight.cpp @@ -29,7 +29,7 @@ class VulkanExample : public VulkanExampleBase { public: - bool negativeViewport; + bool negativeViewport = true; int32_t offsety = 0; int32_t offsetx = 0; int32_t windingOrder = 1;