fixed small bug on maplist

This commit is contained in:
kremsy 2013-12-30 20:15:38 +01:00
parent 6d41ef72c0
commit b69800a3df

View File

@ -276,7 +276,7 @@ class MapList implements ManialinkPageAnswerListener, CallbackListener {
if($this->maniaControl->mapManager->getCurrentMap() === $map){
$currentQuad = new Quad_Icons64x64_1();
$frame->add($currentQuad);
$mapFrame->add($currentQuad);
$currentQuad->setX($x + 3.5);
$currentQuad->setZ(0.2);
$currentQuad->setSize(4, 4);