fixed small bug on maplist
This commit is contained in:
parent
6d41ef72c0
commit
b69800a3df
@ -276,7 +276,7 @@ class MapList implements ManialinkPageAnswerListener, CallbackListener {
|
|||||||
|
|
||||||
if($this->maniaControl->mapManager->getCurrentMap() === $map){
|
if($this->maniaControl->mapManager->getCurrentMap() === $map){
|
||||||
$currentQuad = new Quad_Icons64x64_1();
|
$currentQuad = new Quad_Icons64x64_1();
|
||||||
$frame->add($currentQuad);
|
$mapFrame->add($currentQuad);
|
||||||
$currentQuad->setX($x + 3.5);
|
$currentQuad->setX($x + 3.5);
|
||||||
$currentQuad->setZ(0.2);
|
$currentQuad->setZ(0.2);
|
||||||
$currentQuad->setSize(4, 4);
|
$currentQuad->setSize(4, 4);
|
||||||
|
Loading…
Reference in New Issue
Block a user