Only allow a single keyframe to be selected
Fix crash when adding keyframe exactly on top of another
This commit is contained in:
@@ -230,7 +230,7 @@ public class PathPreviewRenderer {
|
||||
float posY = 0f;
|
||||
float size = 10f / ReplayMod.TEXTURE_SIZE;
|
||||
|
||||
if (keyframe == mod.getSelectedPositionKeyframe()) {
|
||||
if (keyframe == mod.getSelectedKeyframe()) {
|
||||
posY += size;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user