Fix typo in header file name.

This commit is contained in:
Giacomo Garbin 2024-03-25 00:40:33 +01:00
parent 03034a3868
commit 243682f1bf
5 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
#include <algorithm>
#include <iostream>
#include "MathUtl.h"
#include "MathUtil.h"
aiMesh* copyMesh(aiMesh* mesh) {
aiMesh* result = new aiMesh();

View file

@ -1,4 +1,4 @@
#include "MathUtl.h"
#include "MathUtil.h"
#include <math.h>

View file

@ -1,7 +1,7 @@
#include "CollisionGenerator.h"
#include "../StringUtils.h"
#include "../MathUtl.h"
#include "../MathUtil.h"
#include <algorithm>

View file

@ -1,6 +1,6 @@
#include "CollisionQuad.h"
#include "../MathUtl.h"
#include "../MathUtil.h"
#define SAME_TOLERANCE 0.00001f