Change spaces to tabs

Missed this one the first time.
This commit is contained in:
player-03
2022-08-12 11:55:19 -04:00
committed by GitHub
parent 2e92df9b89
commit efcbc622bd

View File

@@ -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) {