diff --git a/include/components/types.hpp b/include/components/types.hpp index e2dda121..9aa7fa35 100644 --- a/include/components/types.hpp +++ b/include/components/types.hpp @@ -89,8 +89,8 @@ struct action { struct action_block : public action { alignment align{alignment::NONE}; - volatile double start_x{0.0}; - volatile double end_x{0.0}; + double start_x{0.0}; + double end_x{0.0}; bool active{true}; uint16_t width() const {