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];
|
p = gameObjects[objectIndex - 1];
|
||||||
}
|
}
|
||||||
GameObject c = gameObjects[objectIndex];
|
GameObject c = gameObjects[objectIndex];
|
||||||
GameObject[] e = sliderMoverController.process(p, c, time);
|
if (!multipoint) {
|
||||||
p = e[0];
|
GameObject[] e = sliderMoverController.process(p, c, time);
|
||||||
c = e[1];
|
p = e[0];
|
||||||
|
c = e[1];
|
||||||
|
}
|
||||||
if (this.p != p) {
|
if (this.p != p) {
|
||||||
this.p = p;
|
this.p = p;
|
||||||
if (this.p == d) {
|
if (this.p == d) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user