Skip to content

Commit 1015a8f

Browse files
committedApr 15, 2014
Merge pull request openfl#130 from catdawg/master
Corrected parameters on lime_bitmap_data_get_transparent
2 parents af566a5 + c0f68ea commit 1015a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎project/src/common/ExternalInterface.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3175,7 +3175,7 @@ value lime_bitmap_data_clear(value inHandle,value inRGB)
31753175
}
31763176
DEFINE_PRIM(lime_bitmap_data_clear,2);
31773177

3178-
value lime_bitmap_data_get_transparent(value inHandle,value inRGB)
3178+
value lime_bitmap_data_get_transparent(value inHandle)
31793179
{
31803180
Surface *surface;
31813181
if (AbstractToObject(inHandle,surface))

0 commit comments

Comments
 (0)
Please sign in to comment.