diff options
author | clayjohn <claynjohn@gmail.com> | 2019-03-02 17:12:01 -0800 |
---|---|---|
committer | clayjohn <claynjohn@gmail.com> | 2019-03-02 19:01:26 -0800 |
commit | 95837049e8ff920c6a2df5b093040a5d8e581c75 (patch) | |
tree | bb91f96372ae539143eadf89bf88bb1439caa25d /scene/main/viewport.h | |
parent | 8d117b214f2bcd14015532fdfbed9b3f059da0e6 (diff) |
hide hdr and shadow_contact in gles2
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 4d0a4e8c87..b8b5bf07a7 100644 --- a/scene/main/viewport.h +++ b/scene/main/viewport.h @@ -390,6 +390,7 @@ private: protected: void _notification(int p_what); static void _bind_methods(); + virtual void _validate_property(PropertyInfo &property) const; public: Listener *get_listener() const; |