Pressing shift when playing path ignores time keyframes

This commit is contained in:
johni0702
2016-03-10 13:31:28 +01:00
parent 45c411fd90
commit 501b10406c
4 changed files with 31 additions and 3 deletions

View File

@@ -205,6 +205,7 @@ public class GuiPathing {
timePath.updateAll();
positionPath.updateAll();
timePath.setActive(!Keyboard.isKeyDown(Keyboard.KEY_LSHIFT));
player.start(timeline);
}
}