Skip to content

Commit

Permalink
Update servers/rendering_server.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: A Thousand Ships (she/her) <[email protected]>
  • Loading branch information
Adrian-Samoticha and AThousandShips authored Jun 24, 2024
1 parent 72d84e8 commit b5e969e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/rendering_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,7 @@ int32_t RenderingServer::_get_vertex_to_custom_array_length_factor(uint32_t p_fo
return s;
} break;
default: {
ERR_FAIL_V_MSG(0, "Invalid texture type.");
}
}
}
Expand Down

0 comments on commit b5e969e

Please sign in to comment.