We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after this commit to enable erase feature: 84f5a2c
it was necessary to change to uuid when creating new objects, discussion here: #20
this breaks the existing undo feature which simply looked for the ID 1 less than the value of the total number of city objects (https://github.com/kfarr/aframe-city-builder/blob/master/lib/builder-controls.js#L250).
undo should be fixed to support the new uuid system
The text was updated successfully, but these errors were encountered:
No branches or pull requests
after this commit to enable erase feature: 84f5a2c
it was necessary to change to uuid when creating new objects, discussion here: #20
this breaks the existing undo feature which simply looked for the ID 1 less than the value of the total number of city objects (https://github.com/kfarr/aframe-city-builder/blob/master/lib/builder-controls.js#L250).
undo should be fixed to support the new uuid system
The text was updated successfully, but these errors were encountered: