summaryrefslogtreecommitdiff
path: root/scene/main/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/main/viewport.h')
-rw-r--r--scene/main/viewport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/main/viewport.h b/scene/main/viewport.h
index af7c8f1356..38597e2e47 100644
--- a/scene/main/viewport.h
+++ b/scene/main/viewport.h
@@ -58,7 +58,8 @@ class ViewportTexture : public Texture2D {
friend class Viewport;
Viewport *vp;
- RID proxy;
+ mutable RID proxy_ph;
+ mutable RID proxy;
protected:
static void _bind_methods();