diff options
Diffstat (limited to 'Runtime/GUI/UIQuad.h')
-rw-r--r-- | Runtime/GUI/UIQuad.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Runtime/GUI/UIQuad.h b/Runtime/GUI/UIQuad.h index bcd95a0..278848a 100644 --- a/Runtime/GUI/UIQuad.h +++ b/Runtime/GUI/UIQuad.h @@ -1,8 +1,8 @@ #pragma once -#include "../Rendering/DynamicMesh.h" #include "../Utilities/StaticInitiator.h" +#include "UIMesh.h" -class UIQuad : public DynamicMesh +class UIQuad : public UIMesh { public : UIQuad(float l, float r, float t, float b) |