mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Flip the tiles by 90 degrees
* Fix stairs rendering This fixes bad lighting on the sand, but tiles are "mirrored" from their look in gui_blocks.png. But this is an overall better state :)
This commit is contained in:
@@ -513,6 +513,8 @@ void Minecraft::tick()
|
||||
_levelGenerated();
|
||||
}
|
||||
|
||||
SandTile::instaFall = false;
|
||||
|
||||
if (m_pLevel && !field_288)
|
||||
{
|
||||
m_pGameRenderer->tick();
|
||||
|
||||
Reference in New Issue
Block a user