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