diff options
Diffstat (limited to 'hello/main.cc')
| -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; |
