You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Small Issues & Maintenance
-=-=-=-=-=-=-=-=-=-=-=-=-= -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
This commit is contained in:
@@ -534,6 +534,7 @@ void VisualServer::_bind_methods() {
|
||||
ObjectTypeDB::bind_method(_MD("mesh_add_surface_from_planes"),&VisualServer::mesh_add_surface_from_planes);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("draw"),&VisualServer::draw);
|
||||
ObjectTypeDB::bind_method(_MD("flush"),&VisualServer::flush);
|
||||
ObjectTypeDB::bind_method(_MD("free"),&VisualServer::free);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_default_clear_color"),&VisualServer::set_default_clear_color);
|
||||
|
||||
Reference in New Issue
Block a user