Revert "BlocksRenderer light conpressing & fix"

This reverts commit 13a9641392.
This commit is contained in:
@clasher113
2023-11-22 19:18:03 +02:00
parent 13a9641392
commit a48af43008
3 changed files with 11 additions and 28 deletions
-1
View File
@@ -38,7 +38,6 @@ void mouse_button_callback(GLFWwindow*, int button, int action, int) {
}
void key_callback(GLFWwindow*, int key, int scancode, int action, int /*mode*/) {
if (key == GLFW_KEY_UNKNOWN) return;
if (action == GLFW_PRESS) {
Events::_keys[key] = true;
Events::_frames[key] = Events::_current;