Change SubtitlesHandler.cs to use FixedUpdate

This commit is contained in:
Ben C 2022-07-15 01:23:16 -04:00
parent d597d8f200
commit d5101daec9
No known key found for this signature in database
GPG Key ID: 7F8F04504B670474

View File

@ -87,7 +87,7 @@ namespace NewHorizons.Handlers
possibleSubtitles.Add(sprite);
}
public void Update()
public void FixedUpdate()
{
CheckForEOTE();