Maximize screen

pas finie, par fois ça crash au démarrage
This commit is contained in:
2024-03-25 16:11:43 +01:00
parent 05e5959cb1
commit 47717f1755
8 changed files with 100 additions and 7 deletions

View File

@@ -26,7 +26,6 @@ bool ApplicationClass::Initialize(int screenWidth, int screenHeight, HWND hwnd)
char textureFilename[128];
bool result;
// Create the Direct3D object.
m_Direct3D = new D3DClass;
if (!m_Direct3D)