mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 17:37:18 +08:00
678948068b
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
6 lines
70 B
C++
6 lines
70 B
C++
#include "navigation_agent.h"
|
|
|
|
NavigationAgent::NavigationAgent()
|
|
{
|
|
}
|