diff options
| author | Aaron Franke <arnfranke@yahoo.com> | 2018-05-07 16:35:17 -0500 |
|---|---|---|
| committer | Aaron Franke <arnfranke@yahoo.com> | 2018-08-10 14:59:29 -0500 |
| commit | 28fc19533902dbc2614c949486bb4edf9450cc05 (patch) | |
| tree | 999bb3f4fd762b98d1b6432089ff567d9cbaf4fb /core | |
| parent | 9d1b5f4e3b58d9287addc723d8ce34626523a302 (diff) | |
| download | redot-engine-28fc19533902dbc2614c949486bb4edf9450cc05.tar.gz | |
[Core] Change math_2d includes to vector2 includes where relevant
Diffstat (limited to 'core')
| -rw-r--r-- | core/math/triangulate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/triangulate.h b/core/math/triangulate.h index b1a583d0c5..a0f56f5f27 100644 --- a/core/math/triangulate.h +++ b/core/math/triangulate.h @@ -31,7 +31,7 @@ #ifndef TRIANGULATE_H #define TRIANGULATE_H -#include "math_2d.h" +#include "vector2.h" /* http://www.flipcode.com/archives/Efficient_Polygon_Triangulation.shtml |
