You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Fixed theora playback. Removed theoraplayer.
Still need to get proper audio output latency in some platforms.
This commit is contained in:
@@ -295,12 +295,14 @@ Vector<Vector3> Navigation::get_simple_path(const Vector3& p_start, const Vector
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (!begin_poly || !end_poly) {
|
||||
|
||||
//print_line("No Path Path");
|
||||
return Vector<Vector3>(); //no path
|
||||
}
|
||||
|
||||
|
||||
if (begin_poly==end_poly) {
|
||||
|
||||
Vector<Vector3> path;
|
||||
|
||||
Reference in New Issue
Block a user