dremerbuik / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

Clone issue #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. watch the code:

void gkGameObject::cloneImpl(gkGameObject* clob)
{
    clob->m_activeLayer = clob->m_activeLayer;
    clob->m_baseProps = m_baseProps;

Active layer is not set properly. Should be:
clob->m_activeLayer = clob->m_activeLayer;

Original issue reported on code.google.com by thomas.t...@googlemail.com on 8 Nov 2011 at 3:53

Attachments:

GoogleCodeExporter commented 9 years ago
Patch is applied to trunk. 
Thanks.

Original comment by harkon...@gmail.com on 11 Nov 2011 at 11:33