You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove superfluous print_line call
This commit is contained in:
@@ -154,7 +154,6 @@ VSRerouteNode::VSRerouteNode() {
|
|||||||
title_lbl->hide();
|
title_lbl->hide();
|
||||||
|
|
||||||
const Size2 size = Size2(32, 32) * EDSCALE;
|
const Size2 size = Size2(32, 32) * EDSCALE;
|
||||||
print_line("VSRerouteNode size: " + size);
|
|
||||||
|
|
||||||
Control *slot_area = memnew(Control);
|
Control *slot_area = memnew(Control);
|
||||||
slot_area->set_custom_minimum_size(size);
|
slot_area->set_custom_minimum_size(size);
|
||||||
|
|||||||
Reference in New Issue
Block a user