Fix Plane not accepting nil for '#bitmap='

This commit is contained in:
Jonas Kulla 2013-09-06 15:53:42 +02:00
parent 051c939f8d
commit f87f231129
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ RB_METHOD(planeInitialize)
#define DISP_CLASS_NAME "plane"
DEF_PROP_OBJ(Plane, Bitmap, Bitmap, "bitmap")
DEF_PROP_OBJ_NIL(Plane, Bitmap, Bitmap, "bitmap")
DEF_PROP_OBJ(Plane, Color, Color, "color")
DEF_PROP_OBJ(Plane, Tone, Tone, "tone")