You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "tile_data_editors.h"
|
||||
#include "tiles_editor_plugin.h"
|
||||
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_scale.h"
|
||||
|
||||
#include "scene/gui/box_container.h"
|
||||
@@ -657,6 +658,8 @@ void TileSetEditor::edit(Ref<TileSet> p_tile_set) {
|
||||
TileSetEditor::TileSetEditor() {
|
||||
singleton = this;
|
||||
|
||||
undo_redo = EditorNode::get_undo_redo();
|
||||
|
||||
set_process_internal(true);
|
||||
|
||||
// TabBar.
|
||||
|
||||
Reference in New Issue
Block a user