You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Web: Fix editor build after #pragma once refactoring
This commit is contained in:
@@ -44,10 +44,3 @@ public:
|
||||
|
||||
WebToolsEditorPlugin();
|
||||
};
|
||||
|
||||
#else
|
||||
|
||||
class WebToolsEditorPlugin {
|
||||
public:
|
||||
static void initialize() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user