diff options
| author | Marc Sunet <marc.sunet@amd.com> | 2025-11-19 11:47:38 -0800 |
|---|---|---|
| committer | Marc Sunet <marc.sunet@amd.com> | 2025-11-19 11:47:38 -0800 |
| commit | 0cca9d39108e0305d1e278feafa1ca737f436bc9 (patch) | |
| tree | 5fbb80658865cd923515301e8a6988e5c48e05a8 /hello | |
| parent | ef2a6456b0a498b5d1e723c32b6c3c5a5dc3a86b (diff) | |
Tidy
Diffstat (limited to 'hello')
| -rw-r--r-- | hello/main.cc | 2 |
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 | |||
| 20 | public: | 20 | public: |
| 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; |
