Corrected z values of Lists
This commit is contained in:
@ -148,7 +148,7 @@ class AdminLists implements ManialinkPageAnswerListener, CallbackListener, Usage
|
||||
$playerFrame->addChild($lineQuad);
|
||||
$lineQuad->setSize($width, 4);
|
||||
$lineQuad->setSubStyle($lineQuad::SUBSTYLE_BgPlayerCardBig);
|
||||
$lineQuad->setZ(0.001);
|
||||
$lineQuad->setZ(-0.1);
|
||||
}
|
||||
|
||||
$labelLine = new LabelLine($playerFrame);
|
||||
|
Reference in New Issue
Block a user