fixed some z axis in Trackmania

This commit is contained in:
kremsy
2015-07-15 01:05:50 +02:00
parent 3d8eaf4e7c
commit 13f38d2576
3 changed files with 13 additions and 21 deletions

View File

@ -164,7 +164,7 @@ class StyleManager {
//TODO remove: (just temporary fix for tm bug)
if ($this->maniaControl->getMapManager()->getCurrentMap()->getGame() === 'tm'
) {
$frame->setSize($width, $height)->setZ(30);
$frame->setSize($width, $height)->setZ(32);
}