polymovers don't like slidermovers
This commit is contained in:
parent
30186b94f4
commit
b325b53e4f
|
@ -183,9 +183,11 @@ public class Dancer {
|
|||
p = gameObjects[objectIndex - 1];
|
||||
}
|
||||
GameObject c = gameObjects[objectIndex];
|
||||
GameObject[] e = sliderMoverController.process(p, c, time);
|
||||
p = e[0];
|
||||
c = e[1];
|
||||
if (!multipoint) {
|
||||
GameObject[] e = sliderMoverController.process(p, c, time);
|
||||
p = e[0];
|
||||
c = e[1];
|
||||
}
|
||||
if (this.p != p) {
|
||||
this.p = p;
|
||||
if (this.p == d) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user