mirror of https://github.com/axmolengine/axmol.git
fix a compiling error on wophone
This commit is contained in:
parent
414791a684
commit
0cfbf4344a
|
@ -93,7 +93,7 @@ void CCAccelerometer::addDelegate(CCAccelerometerDelegate* pDelegate)
|
||||||
|
|
||||||
void CCAccelerometer::didAccelerate(CCAcceleration* pAccelerationValue)
|
void CCAccelerometer::didAccelerate(CCAcceleration* pAccelerationValue)
|
||||||
{
|
{
|
||||||
m_pAccelDelegate->didAccelerate(pAccelerationValue);
|
m_pDelegate->didAccelerate(pAccelerationValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
}//namespace cocos2d
|
}//namespace cocos2d
|
||||||
|
|
Loading…
Reference in New Issue