Patch update - gitignore tweak

This commit is contained in:
2024-04-26 14:28:27 +02:00
parent 394dda14a5
commit 394819e7c3
6 changed files with 63816 additions and 1 deletions

View File

@@ -283,7 +283,7 @@ bool ApplicationClass::Initialize(int screenWidth, int screenHeight, HWND hwnd)
// Set the file names of the water model.
strcpy_s(modelFilename, "water.txt");
// replace first element with the new filename
Filename[0] = "water01.tga";
Filename[1] = "water01.tga";
// Create and initialize the water model object.
m_WaterModel = new ModelClass;