mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[Navigation 2D] Fix sign of cross product
Regression from splitting the servers. Also replaces the method for
getting the triangle area.
(cherry picked from commit f8d72ba783)
This commit is contained in:
committed by
Thaddeus Crews
parent
0f17c184e4
commit
b963cf15ef
@@ -190,6 +190,7 @@
|
||||
#include "tests/scene/test_navigation_obstacle_2d.h"
|
||||
#include "tests/scene/test_navigation_region_2d.h"
|
||||
#include "tests/servers/test_navigation_server_2d.h"
|
||||
#include "tests/servers/test_triangle2.h"
|
||||
#endif // MODULE_NAVIGATION_2D_ENABLED
|
||||
|
||||
#ifdef MODULE_NAVIGATION_3D_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user