mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-13 14:21:11 +01:00
Never show text for the Convert Rooms button.
This commit is contained in:
parent
62840e8517
commit
a5219d45d5
@ -5004,6 +5004,7 @@ void SpatialEditor::select_gizmo_highlight_axis(int p_axis) {
|
||||
}
|
||||
|
||||
void SpatialEditor::show_advanced_portal_tools(bool p_show) {
|
||||
/*
|
||||
// toolbar button
|
||||
Button *const button = tool_button[TOOL_CONVERT_ROOMS];
|
||||
if (p_show) {
|
||||
@ -5011,6 +5012,7 @@ void SpatialEditor::show_advanced_portal_tools(bool p_show) {
|
||||
} else {
|
||||
button->set_text("");
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
void SpatialEditor::update_portal_tools() {
|
||||
|
Loading…
Reference in New Issue
Block a user