mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-07 03:37:48 +00:00
chore: update code style in BSPUtil
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user