aboutsummaryrefslogtreecommitdiff
path: root/hello/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hello/main.cc')
-rw-r--r--hello/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/main.cc b/hello/main.cc
index bd76cc3..d9040b4 100644
--- a/hello/main.cc
+++ b/hello/main.cc
@@ -20,7 +20,7 @@ class D3D
20public: 20public:
21 void Initialise(Window* window, const D3DSettings& settings) 21 void Initialise(Window* window, const D3DSettings& settings)
22 { 22 {
23 m_window = window; 23 m_window = window;
24 m_settings = settings; 24 m_settings = settings;
25 25
26 UINT dxgiFactoryFlags = 0; 26 UINT dxgiFactoryFlags = 0;