fixed naming

This commit is contained in:
2024-09-03 21:28:05 +03:00
parent a2ec1ef418
commit cb8c720f03
4 changed files with 12 additions and 14 deletions

View File

@@ -2,16 +2,12 @@
// Created by vlad on 2/4/24.
//
#include "omath/color.h"
#include "omath/Color.h"
#include <algorithm>
#include <cmath>
namespace omath::color
namespace omath
{
Color::Color() : Vector4(0.f, 0.f, 0.f, 0.f)
{
}
}