Skip to content

"has right" sentence printed in the console. #3473

Closed
@freemanfromgodotengine

Description

@freemanfromgodotengine

Is there a reason for this line of the code?
'''
if (tabs[p_idx].right_button.is_valid()) {
_print_line("has right");_
Ref rb=tabs[p_idx].right_button;
'''
in the file:
https://github.com/godotengine/godot/blob/dfbc2dce177462506d9c41dfaa867dd76bd136a7/scene/gui/tabs.cpp

It prints "has right" all the time in the terminal.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions