Project

General

Profile

« Previous | Next » 

Revision 17d623f1

Added by Leszek Koltunski over 2 years ago

Bugfix: we shouldn't be calling TwsityObject.solve() directly from the app, only through ObjectControl.solveOnly().

View differences:

src/main/java/org/distorted/objectlib/effects/solve/SolveEffect.java
132 132
      {
133 133
      case 0: mEffectReturned = 0;
134 134
              mPhase          = 1;
135
              mController.solve();
135
              mController.solveOnly();
136 136
              createEffectsPhase1(mDuration);
137 137
              assignEffects(mPhase);
138 138
              break;

Also available in: Unified diff