Skip to content

Commit 37d05d3

Browse files
sabifyminggo
authored andcommitted
wrong code committed, forgot to put :: operator. (cocos2d#18372)
1 parent d32233d commit 37d05d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos/base/CCDirector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Director::~Director(void)
231231
CC_SAFE_RELEASE(_eventDispatcher);
232232

233233
Configuration::destroyInstance();
234-
ObjectFactory destroyInstance();
234+
ObjectFactory::destroyInstance();
235235

236236
s_SharedDirector = nullptr;
237237
}

0 commit comments

Comments
 (0)