]> git.lizzy.rs Git - minetest.git/blobdiff - src/object_properties.h
Proselytize the network. Use IEEE F32 (#8030)
[minetest.git] / src / object_properties.h
index d273b52f4a2a24e9e529fd4bf0a190b6d3b973bf..3175e61181326cf47a289813797a45b579d9c106 100644 (file)
@@ -38,7 +38,7 @@ struct ObjectProperties
        bool pointable = true;
        std::string visual = "sprite";
        std::string mesh = "";
-       v2f visual_size = v2f(1, 1);
+       v3f visual_size = v3f(1, 1, 1);
        std::vector<std::string> textures;
        std::vector<video::SColor> colors;
        v2s16 spritediv = v2s16(1, 1);