mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Change SubtitlesHandler.cs to use FixedUpdate
This commit is contained in:
parent
d597d8f200
commit
d5101daec9
@ -87,7 +87,7 @@ namespace NewHorizons.Handlers
|
|||||||
possibleSubtitles.Add(sprite);
|
possibleSubtitles.Add(sprite);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Update()
|
public void FixedUpdate()
|
||||||
{
|
{
|
||||||
CheckForEOTE();
|
CheckForEOTE();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user