Skip to content

Commit 4459b9c

Browse files
committed
put this only on macos and ios
1 parent 981b674 commit 4459b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/2.2081/inline/CCSpawn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cocos2d::CCSpawn* cocos2d::CCSpawn::create(cocos2d::CCArray* arrayOfActions) {
3838
}
3939
#endif
4040

41-
#ifndef GEODE_IS_ANDROID
41+
#if defined(GEODE_IS_IOS) || defined(GEODE_IS_MACOS)
4242
cocos2d::CCSpawn* cocos2d::CCSpawn::create(cocos2d::CCFiniteTimeAction* first, ...) {
4343
va_list args;
4444
va_start(args, first);

0 commit comments

Comments
 (0)