This commit is contained in:
Braedon Lewis 2023-09-20 14:32:13 -04:00
parent 878be3f4b8
commit dd7e5983a3

View file

@ -128,6 +128,8 @@ namespace HeavenStudio.Editor.Track
#endregion #endregion
// We need a helper function for this // We need a helper function for this
// I'm aware how messy this is, but considering this is all going to be destroyed in a while and nobody
// wants to touch it, I think it's fine.
if (visible) if (visible)
{ {
var timelineScale = 100.0f / Timeline.instance.TimelineContent.localScale.x; var timelineScale = 100.0f / Timeline.instance.TimelineContent.localScale.x;