mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 04:20:30 +00:00
Update gfxGLWindowTarget.h
This commit is contained in:
parent
c3ef59e39c
commit
500a237892
1 changed files with 3 additions and 1 deletions
|
|
@ -30,6 +30,8 @@ class GFXGLWindowTarget : public GFXWindowTarget
|
|||
public:
|
||||
|
||||
GFXGLWindowTarget(PlatformWindow *win, GFXDevice *d);
|
||||
~GFXGLWindowTarget();
|
||||
|
||||
const Point2I getSize()
|
||||
{
|
||||
return mWindow->getClientExtent();
|
||||
|
|
@ -64,4 +66,4 @@ private:
|
|||
void _WindowPresent();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue