[CSM] Add `on_dignode` callback (#5140)
[oweals/minetest.git] / src / object_properties.h
index 02ec9d1f79b741fa972d32ee5c8f835d5b7f3540..082d9a5290ea945e0f7cb6b418acbd9a369fe4b5 100644 (file)
@@ -33,7 +33,7 @@ struct ObjectProperties
        bool physical;
        bool collideWithObjects;
        float weight;
-       core::aabbox3d<f32> collisionbox;
+       aabb3f collisionbox;
        std::string visual;
        std::string mesh;
        v2f visual_size;