Updated uCore, recorder fix

This commit is contained in:
Anuken
2018-02-19 12:47:57 -05:00
parent cba42d2f19
commit 03079e9611
5 changed files with 9 additions and 6 deletions

View File

@@ -49,6 +49,8 @@ public class DebugFragment implements Fragment {
row();
new button("noclip", "toggle", () -> noclip = !noclip);
row();
new button("hideplayer", "toggle", () -> showPlayer = !showPlayer);
row();
new button("paths", "toggle", () -> showPaths = !showPaths);
row();
new button("infammo", "toggle", () -> infiniteAmmo = !infiniteAmmo);