diff --git a/src/Application/GuiBaseWidget.h b/src/Application/GuiBaseWidget.h index b553e41..5bc0dfd 100644 --- a/src/Application/GuiBaseWidget.h +++ b/src/Application/GuiBaseWidget.h @@ -21,7 +21,7 @@ class GuiBaseWidget { virtual bool inside(float x, float y) = 0; - virtual float getScale(){} + virtual float getScale(){ return 0.0f; } ofEvent guiWidgetEvent; };