mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
-Fixes from source code analyzizer, closes #1768
This commit is contained in:
@@ -168,7 +168,7 @@ Node* MeshInstance::create_trimesh_collision_node() {
|
||||
static_body->add_shape( shape );
|
||||
return static_body;
|
||||
|
||||
return NULL;
|
||||
|
||||
}
|
||||
|
||||
void MeshInstance::create_trimesh_collision() {
|
||||
@@ -202,7 +202,7 @@ Node* MeshInstance::create_convex_collision_node() {
|
||||
static_body->add_shape( shape );
|
||||
return static_body;
|
||||
|
||||
return NULL;
|
||||
|
||||
}
|
||||
|
||||
void MeshInstance::create_convex_collision() {
|
||||
|
||||
Reference in New Issue
Block a user