From c0f68ea9b078d61f004e5f0e3f1e655b9e198420 Mon Sep 17 00:00:00 2001 From: Rui Campos Date: Tue, 15 Apr 2014 11:10:49 +0200 Subject: [PATCH] Corrected parameters on lime_bitmap_data_get_transparent --- project/src/common/ExternalInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/common/ExternalInterface.cpp b/project/src/common/ExternalInterface.cpp index d7093466c..420252846 100644 --- a/project/src/common/ExternalInterface.cpp +++ b/project/src/common/ExternalInterface.cpp @@ -3175,7 +3175,7 @@ value lime_bitmap_data_clear(value inHandle,value inRGB) } DEFINE_PRIM(lime_bitmap_data_clear,2); -value lime_bitmap_data_get_transparent(value inHandle,value inRGB) +value lime_bitmap_data_get_transparent(value inHandle) { Surface *surface; if (AbstractToObject(inHandle,surface))