code cleanup:
- style - multi-line ifs move braces onto new lines. - iterators - convert some to macros, other split up and move brace.
This commit is contained in:
@@ -112,8 +112,8 @@ SG_Spatial::
|
||||
UpdateSpatialData(
|
||||
const SG_Spatial *parent,
|
||||
double time,
|
||||
bool& parentUpdated
|
||||
) {
|
||||
bool& parentUpdated)
|
||||
{
|
||||
bool bComputesWorldTransform = false;
|
||||
|
||||
// update spatial controllers
|
||||
|
||||
Reference in New Issue
Block a user