fix: resolve all build warnings and notes

This commit is contained in:
MatthewBeshay
2026-03-23 18:53:18 +11:00
parent 7a35d1caa2
commit fed9cf2d95
45 changed files with 294 additions and 244 deletions

View File

@@ -1,4 +1,4 @@
#include "../../Platform/stdafx.h";
#include "../../Platform/stdafx.h"
#include "LeashKnotModel.h"
#include "ModelPart.h"
@@ -32,4 +32,4 @@ void LeashKnotModel::setupAnim(float time, float r, float bob, float yRot,
knot->yRot = yRot / (180 / PI);
knot->xRot = xRot / (180 / PI);
}
}