diff options
Diffstat (limited to 'scene/main/viewport.h')
-rw-r--r-- | scene/main/viewport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/viewport.h b/scene/main/viewport.h index 178a7517f0..cc7f93cfa3 100644 --- a/scene/main/viewport.h +++ b/scene/main/viewport.h @@ -45,6 +45,7 @@ class RenderTargetTexture : public Texture { OBJ_TYPE( RenderTargetTexture, Texture ); + int flags; friend class Viewport; Viewport *vp; |