ctomni231 / cwtactics

Custom Wars Tactics - An effort to create an open engine to emulate the gaming experience of the Nintendo Advance Wars series.
http://ctomni231.github.io/cwtactics/
Mozilla Public License 2.0
75 stars 11 forks source link

JSlix Renderer - Data Integrity Error #472

Closed ctomni231 closed 5 years ago

ctomni231 commented 5 years ago

While checking JSlix, realized that there was an error in how data was being ordered in the system. Within the setup function, all the manipulations would happen to the second image all at the same time. Investigating what can be causing the issue.

ctomni231 commented 5 years ago

Fixed by changing the ordering of the addImage function of Jslix. Who knew order mattered. This issue should be resolved inside the jslixbugfix branch.