Small Fix (Make Another Release)

This commit is contained in:
2024-02-20 15:20:08 -05:00
parent a38a83692f
commit 6107e9a762

View File

@@ -75,10 +75,7 @@ namespace JGL {
namespace J3D {
void DrawLine3D(const Color3& color, const Vector3 &A, const Vector3 &B, float thickness = 1);
void FillSphere3D();
void WireframeSphere3D(const Sphere& sphere)
{
}
void WireframeSphere3D(const Sphere& sphere);
void DrawString3D(const Color3& color, const std::string& text, const Vector3& pos, float scale, u32 size = 12);
void DrawMatrixGizmo (const Matrix3x3&, const Vector3&);