mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
chore(Apps/Codestyle): add new codestyle checks for pointers and range loops (#19841)
* chore(Apps/Codestyle): add new codestyle checks for pointers and range loops * revert a typo
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Movement
|
||||
1.f, 0.f, 0.f, 0.f);
|
||||
|
||||
/* classic view:
|
||||
inline void C_Evaluate(const Vector3 *vertice, float t, const float (&matrix)[4][4], Vector3 &position)
|
||||
inline void C_Evaluate(Vector3 const* vertice, float t, const float (&matrix)[4][4], Vector3 &position)
|
||||
{
|
||||
Vector3 tvec(t*t*t, t*t, t);
|
||||
int i = 0;
|
||||
|
||||
Reference in New Issue
Block a user