Fix EOL on last line of llrender.cpp and llsettingssky.cpp
parent
6ea2847b58
commit
4b48ebdd34
|
|
@ -1052,4 +1052,5 @@ void LLSettingsSky::calculateLightSettings() const
|
|||
LLUUID LLSettingsSky::GetDefaultAssetId()
|
||||
{
|
||||
return DEFAULT_ASSET_ID;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2436,4 +2436,5 @@ glh::matrix4f gl_lookat(LLVector3 eye, LLVector3 center, LLVector3 up)
|
|||
-f[0], -f[1], -f[2], 0,
|
||||
0, 0, 0, 1);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue