AuroraSim: HippoLimits and HippoGridManager update, and support for Aurora's MaxDrag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user