Merge pull request #44 from GiacomoGarbin/master

Fix typo in header file name.
This commit is contained in:
Matt Penny 2024-03-24 21:07:42 -04:00 committed by GitHub
commit 72b4607ac4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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