Merge pull request #50381 from reduz/implement-disable-classes

Implement the ability to disable classes
This commit is contained in:
Rémi Verschelde
2021-07-13 15:31:38 +02:00
committed by GitHub
44 changed files with 789 additions and 757 deletions

View File

@ -37,7 +37,7 @@
void register_gridmap_types() {
#ifndef _3D_DISABLED
ClassDB::register_class<GridMap>();
GDREGISTER_CLASS(GridMap);
#ifdef TOOLS_ENABLED
EditorPlugins::add_by_type<GridMapEditorPlugin>();
#endif