KLab / PlaygroundOSS

490 stars 94 forks source link

fix wrong m_renderCount value after calling CKLBNode::setRenderSlotCount(1) #51

Closed zaki50 closed 10 years ago

zaki50 commented 10 years ago

fix wrong m_renderCount value after calling CKLBNode::setRenderSlotCount(1)

CKLBNode *node = ...; node->setRenderSlotCount(2); node->setRenderSlotCount(1); // expected: m_renderCount == 1 // actual: m_renderCount == 0