Small changes and fixes

This commit is contained in:
Natsumi
2022-09-04 10:10:23 +12:00
parent c4e138250e
commit 57d48c828c
3 changed files with 62 additions and 24 deletions

View File

@@ -228,7 +228,6 @@ namespace VRCX
ParseLogUsharpVideoPlay(fileInfo, logContext, line, offset) == true ||
ParseLogUsharpVideoSync(fileInfo, logContext, line, offset) == true ||
ParseLogWorldVRCX(fileInfo, logContext, line, offset) == true ||
ParseLogPhotonId(fileInfo, logContext, line, offset) == true ||
ParseLogOnAudioConfigurationChanged(fileInfo, logContext, line, offset) == true)
{
continue;