Make Terminal a tool script

This commit is contained in:
Leroy Hopson 2020-09-29 16:07:01 +07:00
parent faca53fe28
commit f63246d8ea

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>();
}