Renamed "Camera Tilt" to "Camera Roll" (new naming convention!)
Changed Camera Roll to use Degree Values Started adding Timeline Position Editing to GuiEditKeyframe
This commit is contained in:
@@ -333,7 +333,7 @@ public class ReplayProcess {
|
||||
}
|
||||
}
|
||||
|
||||
ReplayHandler.setCameraTilt(pos.getRotation());
|
||||
ReplayHandler.setCameraTilt(pos.getRoll());
|
||||
|
||||
Integer curTimestamp = null;
|
||||
if(timeLinear != null && timeCount > 1) {
|
||||
|
||||
Reference in New Issue
Block a user