This commit is contained in:
iProgramInCpp
2023-12-31 15:21:24 +02:00
parent bcd63f43f5
commit e95618fbc1
2 changed files with 1 additions and 4 deletions

View File

@@ -172,6 +172,7 @@ add_library(reminecraftpe-core STATIC
world/entity/Animal.cpp
world/entity/WaterAnimal.cpp
world/entity/Monster.cpp
world/entity/Rocket.cpp
world/level/Dimension.cpp
world/level/Material.cpp
world/level/LevelListener.cpp

View File

@@ -549,10 +549,6 @@ void StartMenuScreen::render(int a, int b, float c)
if (!crampedMode)
drawSplash();
glColor4f(1.0f, 1.0f, 1.0f, 1.0f);
m_pMinecraft->m_pTextures->loadAndBindTexture("terrain.png");
this->blit(0, 0, 0, 0, 256, 256, 256, 256);
Screen::render(a, b, c);
}