2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-07 19:57:48 +00:00

chore: update code style in BSPUtil

This commit is contained in:
Jan Laupetin
2025-11-04 20:38:11 +00:00
parent 6ce21c6c65
commit c3f20e57f6

View File

@@ -71,6 +71,7 @@ namespace BSP
result.x = (maxs.x - mins.x) * 0.5f;
result.y = (maxs.y - mins.y) * 0.5f;
result.z = (maxs.z - mins.z) * 0.5f;
return result;
}