diff options
Diffstat (limited to 'Runtime/GUI')
-rw-r--r-- | Runtime/GUI/UIQuad.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Runtime/GUI/UIQuad.cpp b/Runtime/GUI/UIQuad.cpp index e28a772..c57685c 100644 --- a/Runtime/GUI/UIQuad.cpp +++ b/Runtime/GUI/UIQuad.cpp @@ -30,6 +30,8 @@ void UIQuad::Draw() m_Left, m_Top, // top-left }; + int n = sizeof(Vector2); + float uv[] = { 0, 0, 1, 0, |