Fix Plane not accepting nil for '#bitmap='
This commit is contained in:
parent
051c939f8d
commit
f87f231129
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue