]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/object_properties.h
Revert "Fix short 180 degree rotation when using set_bone_position (#10405)" (#10534)
[dragonfireclient.git] / src / object_properties.h
index f7848f5a212b3c59a6a39d36aa36f625efcd3b0f..adb483527e28c84cb39e0aae02010a8a9d19de50 100644 (file)
@@ -61,6 +61,8 @@ struct ObjectProperties
        float eye_height = 1.625f;
        float zoom_fov = 0.0f;
        bool use_texture_alpha = false;
+       bool shaded = true;
+       bool show_on_minimap = false;
 
        ObjectProperties();
        std::string dump();