mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
doc
This commit is contained in:
parent
c7f3ea8bc2
commit
ec5d42c042
@ -57,8 +57,12 @@ public static class ProfilerPatch
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// bundle loading causes log spam that slows loading, but only in unity dev profiler mode.
|
||||
/// patch it out so it doesnt do false-positive slowness.
|
||||
/// </summary>
|
||||
[HarmonyPatch]
|
||||
public static class EvilPatch
|
||||
public static class DisableShaderLogSpamPatch
|
||||
{
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(StackTraceUtility), "ExtractStackTrace")]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user