OpenCraft-Studios / OpenCraft

A roughly calculated clone of Minecraft
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Fix wrong camera orientation when opening inventory #49

Open CiroZDP opened 5 hours ago

CiroZDP commented 5 hours ago

Describe the bug This bug occurs when you open the inventory, the camera, somehow, gets bugged and points to a wrong direction, often, facing sky.

To Reproduce Steps to reproduce the behavior:

  1. Stop moving
  2. Open inventory.
  3. Close inventory
  4. The camera got bugged!

Expected behavior Camera position must be the same as before opening the inventory.

cliserkad commented 5 hours ago

This happens whenever a GUI screen is dismissed. I'll remove the code that causes it.