param vec

This commit is contained in:
lizzie
2026-09-01 05:56:47 +00:00
parent d3b6283f4f
commit da71711bed
18 changed files with 231 additions and 383 deletions
@@ -198,7 +198,7 @@ private:
void DrawArrow(QPainter& p, QPointF center, Direction direction, float size);
// Draw motion functions
void Draw3dCube(QPainter& p, QPointF center, const Common::Vec3f& euler, float size);
void Draw3dCube(QPainter& p, QPointF center, const Common::Vec<f32, 3>& euler, float size);
// Draw primitive types
template <size_t N>