Skip to content

Commit

Permalink
forgot cocos2d namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Dec 1, 2024
1 parent 6082210 commit 6fcf00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macos.mm
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void touches(cocos2d::CCSet* touches, cocos2d::CCEvent* event, unsigned int type

if (type == TouchMessageType::Began)
{
CCSize winSize = cocos2d::CCDirector::sharedDirector()->getWinSize();
cocos2d::CCSize winSize = cocos2d::CCDirector::sharedDirector()->getWinSize();

// the touch event's origin is bottom left
cocos2d::CCTouch touch{};
Expand Down

0 comments on commit 6fcf00f

Please sign in to comment.