From efcbc622bd35d252f4878ec93155f4b339032892 Mon Sep 17 00:00:00 2001 From: player-03 Date: Fri, 12 Aug 2022 11:55:19 -0400 Subject: [PATCH] Change spaces to tabs Missed this one the first time. --- project/src/ExternalInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/ExternalInterface.cpp b/project/src/ExternalInterface.cpp index 1bffe05bc..006723fa2 100644 --- a/project/src/ExternalInterface.cpp +++ b/project/src/ExternalInterface.cpp @@ -3766,7 +3766,7 @@ namespace lime { Window* targetWindow = (Window*)val_data (window); targetWindow->SetOpacity ((float)opacity); - } + } HL_PRIM void HL_NAME(hl_window_set_opacity) (HL_CFFIPointer* window, double opacity) {