diff options
| author | Juan Linietsky | 2017-06-17 11:03:48 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-06-17 11:03:48 -0300 |
| commit | 2da3f48e5a3025ca985a0a7305c0c7ffa9ac1f17 (patch) | |
| tree | b9a871882410af65015526c1560cfea6ca01e528 /scene/resources/material.cpp | |
| parent | 9757fc354cc4c1052f7023b2d1613a5333cc0cd2 (diff) | |
| download | godot-2da3f48e5a3025ca985a0a7305c0c7ffa9ac1f17.tar.gz godot-2da3f48e5a3025ca985a0a7305c0c7ffa9ac1f17.tar.zst godot-2da3f48e5a3025ca985a0a7305c0c7ffa9ac1f17.zip | |
Diffstat (limited to 'scene/resources/material.cpp')
| -rw-r--r-- | scene/resources/material.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/material.cpp b/scene/resources/material.cpp index a6927f13b..ce8832553 100644 --- a/scene/resources/material.cpp +++ b/scene/resources/material.cpp @@ -1370,8 +1370,6 @@ void SpatialMaterial::_bind_methods() { BIND_CONSTANT(BILLBOARD_ENABLED); BIND_CONSTANT(BILLBOARD_FIXED_Y); BIND_CONSTANT(BILLBOARD_PARTICLES); - - } SpatialMaterial::SpatialMaterial() |
