Skip to content

Commit

Permalink
Disabled TextMeshPro (causes crashes)
Browse files Browse the repository at this point in the history
  • Loading branch information
DubyaDude committed Jun 30, 2020
1 parent dc4ece8 commit ed05cad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OwO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ public override void OnApplicationStart()
harmonyInstance = HarmonyInstance.Create("RubyMemes.OwO");
PatchIt(typeof(Text));
PatchIt(typeof(TextMesh));
PatchIt(typeof(TMP_Text));

//Causes Crashes (at least in VRChat)
//PatchIt(typeof(TMP_Text));
}

private static void PatchIt(Type type)
Expand Down

0 comments on commit ed05cad

Please sign in to comment.