tweaks
This commit is contained in:
parent
822c60d839
commit
44bc283f4f
5 changed files with 61 additions and 8 deletions
|
|
@ -10,6 +10,7 @@ namespace tp {
|
|||
WidgetApplication() = default;
|
||||
|
||||
void setRoot(Widget* widget);
|
||||
virtual void debugUI();
|
||||
|
||||
private:
|
||||
void processFrame(EventHandler* eventHandler, halnf deltaTime) override;
|
||||
|
|
@ -17,8 +18,6 @@ namespace tp {
|
|||
void drawFrame(Canvas* canvas) override;
|
||||
bool forceNewFrame() override ;
|
||||
|
||||
private:
|
||||
void debugUI();
|
||||
|
||||
private:
|
||||
halnf mDebugSplitFactor = 0.7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue