aboutsummaryrefslogtreecommitdiff
path: root/hello/main.cc
diff options
context:
space:
mode:
authorMarc Sunet <marc.sunet@amd.com>2025-11-19 11:47:38 -0800
committerMarc Sunet <marc.sunet@amd.com>2025-11-19 11:47:38 -0800
commit0cca9d39108e0305d1e278feafa1ca737f436bc9 (patch)
tree5fbb80658865cd923515301e8a6988e5c48e05a8 /hello/main.cc
parentef2a6456b0a498b5d1e723c32b6c3c5a5dc3a86b (diff)
Tidy
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;