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

exported vars can be exported several times #6566

Closed
SuperUserNameMan opened this issue Sep 20, 2016 · 2 comments
Closed

exported vars can be exported several times #6566

SuperUserNameMan opened this issue Sep 20, 2016 · 2 comments

Comments

@SuperUserNameMan
Copy link
Contributor

Operating system or device - Godot version:
current head, 64bits, win10

Issue description (what happened, and what was expected):

like the title say, a variable can be exported several times without complaints from the editor.

all of the export will appear into the inspector.

if you modify one of them, only the first one will have the "reset" icon, and only the first one will be reset if you press it.

Steps to reproduce:

export var test = "test";
export var test = "test";
export var test = "test";
export var test = "test";
export var test = "test";
export var test = "test";

Link to minimal example project (optional but very welcome):

@ghost ghost added this to the 3.1 milestone Apr 6, 2018
@ghost
Copy link

ghost commented Apr 6, 2018

Still reproducible/relevant in 3.1 master 9ad1800

@vnen
Copy link
Member

vnen commented Jul 22, 2018

Not sure if it was fixed in my PR (#19264) but in any case it is fixed in master.

@vnen vnen closed this as completed Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants