diff options
Diffstat (limited to 'scene/resources/material.h')
-rw-r--r-- | scene/resources/material.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/material.h b/scene/resources/material.h index 18fbc02a12..8cd583c709 100644 --- a/scene/resources/material.h +++ b/scene/resources/material.h @@ -350,6 +350,8 @@ private: } }; + size_t sss = sizeof(MaterialKey); + struct ShaderData { RID shader; int users = 0; |