You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Play through a full scene (Example2) by clicking the scene link (not Begin)
Return to main menu
In populateKnobs() when it checks length of wishlist for if (sceneSpec.wishlist[x].condition.includes("[")) the length is 19 but there's only 14 entries???
The text was updated successfully, but these errors were encountered:
This prevents people from being able to go through scenes repeatedly from the main menu without refreshing the browser (although scene-to-scene transitions are still fine).
Logodaedalus
changed the title
Wishlists have longer length than actual length??
Wishlists can have longer length than actual length??
Jan 11, 2019
To reproduce:
In populateKnobs() when it checks length of wishlist for
if (sceneSpec.wishlist[x].condition.includes("["))
the length is 19 but there's only 14 entries???The text was updated successfully, but these errors were encountered: