Skip to content

Commit

Permalink
Fix FrameDataProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
kochounoyume committed Nov 3, 2024
1 parent c98b6e8 commit 4836a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/MinimalUtility/Runtime/FrameDataProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public ref readonly FrameTiming LatestFrameData
{
get
{
if (coroutineRunner.IsValueCreated)
if (!coroutineRunner.IsValueCreated)
{
coroutineRunner.Value.StartCoroutine(UpdateFrameTiming());
}
Expand Down

0 comments on commit 4836a39

Please sign in to comment.