Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Last active December 14, 2015 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolfbjarne/2cbe6db38c40b9322f32 to your computer and use it in GitHub Desktop.
Save rolfbjarne/2cbe6db38c40b9322f32 to your computer and use it in GitHub Desktop.
diff --git a/cocos2d/binding/ApiDefinition.cs b/cocos2d/binding/ApiDefinition.cs
index d9ebfdb..9c1e56f 100644
--- a/cocos2d/binding/ApiDefinition.cs
+++ b/cocos2d/binding/ApiDefinition.cs
@@ -1507,7 +1507,7 @@ namespace MonoTouch.Cocos2D {
CCTextureAtlas TextureAtlas { get; set; }
[Export ("batchNode")]
- CCSpriteBatchNode BatchNode { get; set; }
+ [NullAllowed] CCSpriteBatchNode BatchNode { get; set; }
[Export ("offsetPosition")]
PointF OffsetPosition { get; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment