mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -118,7 +118,6 @@ bool Model::ConvertToVMAPModel(const char* outfilename)
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Vec3D fixCoordSystem(Vec3D v)
|
||||
{
|
||||
return Vec3D(v.x, v.z, -v.y);
|
||||
|
||||
Reference in New Issue
Block a user