fix render glitches

This commit is contained in:
LabyStudio
2022-01-31 21:18:20 +01:00
parent af525c88fa
commit c63bf36bca
8 changed files with 66 additions and 30 deletions
@@ -48,7 +48,6 @@ window.Player = class {
resetPos() {
this.setPos(0, 2, 0);
this.pitch = -90;
}
setPos(x, y, z) {