Never show text for the Convert Rooms button.

This commit is contained in:
Relintai 2023-09-03 13:23:16 +02:00
parent 62840e8517
commit a5219d45d5

View File

@ -5004,6 +5004,7 @@ void SpatialEditor::select_gizmo_highlight_axis(int p_axis) {
} }
void SpatialEditor::show_advanced_portal_tools(bool p_show) { void SpatialEditor::show_advanced_portal_tools(bool p_show) {
/*
// toolbar button // toolbar button
Button *const button = tool_button[TOOL_CONVERT_ROOMS]; Button *const button = tool_button[TOOL_CONVERT_ROOMS];
if (p_show) { if (p_show) {
@ -5011,6 +5012,7 @@ void SpatialEditor::show_advanced_portal_tools(bool p_show) {
} else { } else {
button->set_text(""); button->set_text("");
} }
*/
} }
void SpatialEditor::update_portal_tools() { void SpatialEditor::update_portal_tools() {