updated commented code and binary

This commit is contained in:
Santiago Lema 2025-05-09 21:03:31 -03:00
parent cdbcd0004c
commit 737b262a1e
2 changed files with 1 additions and 1 deletions

BIN
DumBer

Binary file not shown.

View file

@ -37,7 +37,7 @@ public:
// Overriding FrameResized to receive notifications on resize
void FrameResized(float newWidth, float newHeight) override {
printf("Window resized to: Width = %f, Height = %f\n", newWidth, newHeight);
//printf("Window resized to: Width = %f, Height = %f\n", newWidth, newHeight);
// Resize the scroll view if necessary, otherwise we lose scroll ability
}