very funny DEBUG logger removed

This commit is contained in:
2024-07-30 14:29:40 -04:00
parent 2443eec0ed
commit f43f354480

View File

@@ -79,7 +79,6 @@ namespace JUI {
}
bool Rect::IsMouseInside() const {
DEBUG("CUM INSIDE ME")
float x = last_known_mouse_pos.x;
float y = last_known_mouse_pos.y;
auto pos = GetAbsolutePosition();