mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
small changes for resource loading logging
This commit is contained in:
@@ -41,9 +41,9 @@ class GameLogService {
|
||||
gameLog.displayName = args[1];
|
||||
break;
|
||||
|
||||
case 'resource-load':
|
||||
case 'resource-load-string':
|
||||
case 'resource-load-image':
|
||||
gameLog.resourceUrl = args[0];
|
||||
gameLog.resourceType = args[1];
|
||||
break;
|
||||
|
||||
case 'video-sync':
|
||||
|
||||
Reference in New Issue
Block a user