mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-10 18:33:51 +02:00
Revert "Shader Keywords Limit per log file"
This reverts commit eb6bf73386.
This commit is contained in:
@@ -160,7 +160,6 @@ namespace VRCX
|
||||
{
|
||||
try
|
||||
{
|
||||
ShaderKeywordsLimitReached = false;
|
||||
using (var stream = new FileStream(fileInfo.FullName, FileMode.Open, FileAccess.Read, FileShare.ReadWrite, 65536, FileOptions.SequentialScan))
|
||||
{
|
||||
stream.Position = logContext.Position;
|
||||
@@ -277,6 +276,7 @@ namespace VRCX
|
||||
location,
|
||||
logContext.RecentWorldName
|
||||
});
|
||||
ShaderKeywordsLimitReached = false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user