-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Bug: Set Scene actuator broken #819
Labels
Comments
panzergame
added a commit
that referenced
this issue
Sep 2, 2018
The commit f62dca6 introduced a remove of the replaced scene in the scene list, this call is unnecessary as EXP_ListValue::SetValue is swapping the values. The drawback of RemoveValue was to reduce the size of the container by actually erasing the item. This is fixed by not removing the scene but only replacing its pointer. Fix issue: #819.
fixed here 60b5dc4 |
youle31
pushed a commit
that referenced
this issue
May 26, 2019
The commit f62dca6 introduced a remove of the replaced scene in the scene list, this call is unnecessary as EXP_ListValue::SetValue is swapping the values. The drawback of RemoveValue was to reduce the size of the container by actually erasing the item. This is fixed by not removing the scene but only replacing its pointer. Fix issue: #819.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test file: http://pasteall.org/blend/index.php?id=50267
press space to load scene 1
The text was updated successfully, but these errors were encountered: