Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@@ -208,7 +208,7 @@ static const LauncherIcon launcher_icons[] = {
|
||||
|
||||
class EditorExportPlatformAndroid : public EditorExportPlatform {
|
||||
|
||||
GDCLASS(EditorExportPlatformAndroid, EditorExportPlatform)
|
||||
GDCLASS(EditorExportPlatformAndroid, EditorExportPlatform);
|
||||
|
||||
Ref<ImageTexture> logo;
|
||||
Ref<ImageTexture> run_icon;
|
||||
|
||||
Reference in New Issue
Block a user