summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 117e67a..b7a4e05 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -9,7 +9,7 @@
const unsigned int MAX_FRAMES_IN_FLIGHT = 3;
-extern GLFWwindow *glfwWindow;
+extern GLFWwindow *window;
extern VkInstance vkInstance;
extern VkPhysicalDevice vkPhysicalDevice;
extern VkSurfaceKHR vkSurfaceKHR;