summaryrefslogtreecommitdiff
path: root/core/extension/native_extension.cpp
diff options
context:
space:
mode:
authorGilles Roudière <gilles.roudiere@gmail.com>2022-02-28 14:50:43 +0100
committerGilles Roudière <gilles.roudiere@gmail.com>2022-02-28 16:03:26 +0100
commitce512b35c19a4e4c482c63374c22b7dee026d2d9 (patch)
treebebe7679b58cee6c7e2f7d56f73302a6cc8b53a0 /core/extension/native_extension.cpp
parent345b4bb86ae9b3e5d3cee6078a7e452b7c933200 (diff)
Reorder native extension types initialization, initializing editor last
Diffstat (limited to 'core/extension/native_extension.cpp')
-rw-r--r--core/extension/native_extension.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/extension/native_extension.cpp b/core/extension/native_extension.cpp
index e1db99fe5d..325ccec6c4 100644
--- a/core/extension/native_extension.cpp
+++ b/core/extension/native_extension.cpp
@@ -325,6 +325,7 @@ void NativeExtension::_bind_methods() {
BIND_ENUM_CONSTANT(INITIALIZATION_LEVEL_CORE);
BIND_ENUM_CONSTANT(INITIALIZATION_LEVEL_SERVERS);
BIND_ENUM_CONSTANT(INITIALIZATION_LEVEL_SCENE);
+ BIND_ENUM_CONSTANT(INITIALIZATION_LEVEL_DRIVER);
BIND_ENUM_CONSTANT(INITIALIZATION_LEVEL_EDITOR);
}