Fixing stack, some actions were not firing off properly.
This commit is contained in:
@@ -17,7 +17,7 @@ public class ActionStack {
|
||||
if (effect != null) {
|
||||
return effect;
|
||||
} else {
|
||||
_actionStack.pop();
|
||||
_actionStack.remove(_actionStack.lastIndexOf(action));
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user