Make Terminal a tool script

Former-commit-id: f63246d8ea
This commit is contained in:
Leroy Hopson 2020-09-29 16:07:01 +07:00
parent 9bdf69f6f5
commit a55a05d3a4

View file

@ -15,7 +15,7 @@ extern "C" void GDN_EXPORT godot_nativescript_init(void *handle)
{
godot::Godot::nativescript_init(handle);
godot::register_class<godot::Terminal>();
godot::register_tool_class<godot::Terminal>();
godot::register_class<godot::Pseudoterminal>();
}