GuiObjectManager now allows users to set Keyframes for Transformations
Fixed a bug in KeyframeList#getClosestKeyframeForTimestamp that made it only work with AdvancedPosition Keyframes
This commit is contained in:
@@ -32,7 +32,7 @@ public class CustomImageObject implements GuiEntryListEntry {
|
||||
|
||||
@Getter private float textureWidth, textureHeight;
|
||||
|
||||
@Getter private Transformations transformations;
|
||||
@Getter private Transformations transformations = new Transformations();
|
||||
|
||||
public void setLinkedAsset(UUID assetUUID) throws IOException {
|
||||
ReplayAsset asset = ReplayHandler.getAssetRepository().getAssetByUUID(assetUUID);
|
||||
|
||||
Reference in New Issue
Block a user