AuroraSim: HippoLimits and HippoGridManager update, and support for Aurora's MaxDrag

This commit is contained in:
Lirusaito
2013-01-21 21:22:04 -05:00
parent aa3228be76
commit 48113f8506
3 changed files with 7 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ HippoGridInfo::Platform HippoGridInfo::getPlatform()
bool HippoGridInfo::isOpenSimulator() const
{
return (mPlatform == HippoGridInfo::PLATFORM_OPENSIM);
return (mPlatform == HippoGridInfo::PLATFORM_OPENSIM || mPlatform == HippoGridInfo::PLATFORM_AURORA);
}
bool HippoGridInfo::isAurora() const