ecere: Initial Emscripten support
[sdk] / ecere / src / gfx / 3D / Object.ec
index b48b955..99ee59d 100644 (file)
@@ -487,7 +487,7 @@ static bool FindMaterialAndType(Mesh mesh, Material material, PrimitiveGroupType
    return false;
 }
 
-public class Object
+public class Object : struct
 {
 public:
    void SetMinMaxRadius(bool processMesh)