1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/servers/rendering_server.cpp
Andy Maloney 8d1abe2a00 Remove impossible condition in RenderingServer::mesh_surface_make_offsets_from_format
sizeof(float) cannot be less than 4, so the condition is impossible.

(Also remove extra blank lines in cases for consistency.)
2021-03-01 09:03:40 -05:00

115 KiB