From dd7e5983a33e8c40f5537a2ecf46c20c43d3e68f Mon Sep 17 00:00:00 2001 From: Braedon Lewis Date: Wed, 20 Sep 2023 14:32:13 -0400 Subject: [PATCH] Comment --- Assets/Scripts/LevelEditor/Timeline/TimelineEventObj.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Scripts/LevelEditor/Timeline/TimelineEventObj.cs b/Assets/Scripts/LevelEditor/Timeline/TimelineEventObj.cs index b034dc226..ca34dc884 100644 --- a/Assets/Scripts/LevelEditor/Timeline/TimelineEventObj.cs +++ b/Assets/Scripts/LevelEditor/Timeline/TimelineEventObj.cs @@ -128,6 +128,8 @@ namespace HeavenStudio.Editor.Track #endregion // 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) { var timelineScale = 100.0f / Timeline.instance.TimelineContent.localScale.x;