Skip to content

Commit

Permalink
remove accidentally added block comments #57.
Browse files Browse the repository at this point in the history
  • Loading branch information
hecomi committed Mar 30, 2024
1 parent ddb20b8 commit 41d905d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/uLipSync/Runtime/uLipSync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ void UpdateBuffers()
void UpdateResult()
{
#if UNITY_WEBGL && !UNITY_EDITOR
/*
if (!_isWebGLProcessed)
{
result = new LipSyncInfo()
Expand All @@ -213,7 +212,6 @@ void UpdateResult()
};
return;
}
*/
#endif

_jobHandle.Complete();
Expand Down

0 comments on commit 41d905d

Please sign in to comment.