correction ecran noir

This commit is contained in:
Mamitiana RASOLOJAONA 2024-04-04 09:50:51 +02:00
parent b52231c747
commit b37993f23c

View File

@ -73,7 +73,7 @@ bool ApplicationClass::Initialize(int screenWidth, int screenHeight, HWND hwnd)
m_Camera->SetPosition(0.0f, 0.0f, -12.0f);
m_Camera->SetRotation(0.0f, 0.0f, 0.0f);
return true;
// Create and initialize the font shader object.
m_FontShader = new FontShaderClass;
@ -289,8 +289,6 @@ bool ApplicationClass::Initialize(int screenWidth, int screenHeight, HWND hwnd)
{
return false;
}
return true;
}