* Fixes to fancy pants grass detection, etc.

This commit is contained in:
iProgramInCpp
2023-12-26 01:18:54 +02:00
parent 7f219385c6
commit 7eae466865
13 changed files with 56 additions and 32 deletions

View File

@@ -101,7 +101,7 @@ void AppPlatform::uploadPlatformDependentData(int, void*)
}
Texture AppPlatform::loadTexture(const std::string&, bool)
Texture AppPlatform::loadTexture(const std::string&, bool bIsRequired)
{
return Texture(0, 0, nullptr, 1, 0);
}