updated commented code and binary
This commit is contained in:
parent
cdbcd0004c
commit
737b262a1e
2 changed files with 1 additions and 1 deletions
BIN
DumBer
BIN
DumBer
Binary file not shown.
|
@ -37,7 +37,7 @@ public:
|
||||||
|
|
||||||
// Overriding FrameResized to receive notifications on resize
|
// Overriding FrameResized to receive notifications on resize
|
||||||
void FrameResized(float newWidth, float newHeight) override {
|
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
|
// Resize the scroll view if necessary, otherwise we lose scroll ability
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue