fixed texture loading

This commit is contained in:
Asuro
2025-02-17 18:25:39 +01:00
parent f93c40f3b6
commit fb5851020f
14 changed files with 30 additions and 16 deletions

View File

@@ -141,8 +141,8 @@ namespace Game
void TestEntity::Update()
{
EData.TestColor[0] = 0.6f;
EData.TestColor[1] = 0.9f;
EData.TestColor[2] = 0.5f;
EData.TestColor[0] = 0.0f;
// EData.TestColor[1] = 0.9f;
// EData.TestColor[2] = 0.5f;
}
} // namespace Game