Merge branch '3.8' into 3.9-beta

This commit is contained in:
badlogic 2020-04-20 15:52:17 +02:00
commit dd77657755

View File

@ -641,6 +641,7 @@ namespace spine {
#endif #endif
DrawNode* drawNode = DrawNode::create(); DrawNode* drawNode = DrawNode::create();
drawNode->setGlobalZOrder(getGlobalZOrder());
// Draw bounding rectangle // Draw bounding rectangle
if (_debugBoundingRect) { if (_debugBoundingRect) {