Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow up to INT32_MAX max size in Array/Dictionary editor #77225

Merged
merged 1 commit into from
May 22, 2023

Commits on May 19, 2023

  1. Replace magic num in editor_properties_array_dict

    Quick update to editor/editor_properties_array_dict max size.
    Currently, an array in the EditorInspector won't display a number higher than 1,000,000.
    In place of the current magic number this sets the max to be the INT32_MAX.
    This eludes the magic number in place and is sufficiently large.
    
    Resolves godotengine#77190
    JBrowne017 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    4fb7aac View commit details
    Browse the repository at this point in the history