mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 21:33:48 +02:00
Revert temporary "added pragmas" (optimize off)
This reverts commit 20e4f952ab
.
This commit is contained in:
parent
dec9e9d338
commit
3e25e32f18
5 changed files with 1 additions and 9 deletions
|
@ -68,8 +68,6 @@
|
|||
#include "MovingEntitiesOperator.h"
|
||||
#include "SceneScriptingInterface.h"
|
||||
|
||||
#pragma optimize("", off)
|
||||
|
||||
using namespace std;
|
||||
|
||||
const float DEFAULT_REAL_WORLD_FIELD_OF_VIEW_DEGREES = 30.0f;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "InterfaceLogging.h"
|
||||
#include "AnimUtil.h"
|
||||
|
||||
#pragma optimize("", off)
|
||||
|
||||
|
||||
MySkeletonModel::MySkeletonModel(Avatar* owningAvatar, QObject* parent) : SkeletonModel(owningAvatar, parent) {
|
||||
}
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
#include "UserActivityLogger.h"
|
||||
#include "ui/Keyboard.h"
|
||||
|
||||
#pragma optimize("", off)
|
||||
|
||||
void setupPreferences() {
|
||||
auto preferences = DependencyManager::get<Preferences>();
|
||||
auto myAvatar = DependencyManager::get<AvatarManager>()->getMyAvatar();
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
#include "IKTarget.h"
|
||||
#include "PathUtils.h"
|
||||
|
||||
#pragma optimize("", off)
|
||||
|
||||
static int nextRigId = 1;
|
||||
static std::map<int, Rig*> rigRegistry;
|
||||
static std::mutex rigRegistryMutex;
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
#include "PhysicsLogging.h"
|
||||
#include "TemporaryPairwiseCollisionFilter.h"
|
||||
|
||||
#pragma optimize("", off)
|
||||
|
||||
const float STUCK_PENETRATION = -0.05f; // always negative into the object.
|
||||
const float STUCK_IMPULSE = 500.0f;
|
||||
|
||||
|
|
Loading…
Reference in a new issue