mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
[Core] Change math_2d includes to vector2 includes where relevant
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user