mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 02:37:00 +02:00
Changes for debug
This commit is contained in:
parent
999c3201c3
commit
93a2776cb5
3 changed files with 3 additions and 2 deletions
|
@ -433,7 +433,7 @@ public:
|
||||||
// Don't actually crash in debug builds, in case this apparent deadlock is simply from
|
// Don't actually crash in debug builds, in case this apparent deadlock is simply from
|
||||||
// the developer actively debugging code
|
// the developer actively debugging code
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
deadlockDetectionCrash();
|
////deadlockDetectionCrash();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,7 +60,7 @@ void ZoneEntityRenderer::onRemoveFromSceneTyped(const TypedEntityPointer& entity
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma optimize("", off);
|
#pragma optimize("", off)
|
||||||
void ZoneEntityRenderer::doRender(RenderArgs* args) {
|
void ZoneEntityRenderer::doRender(RenderArgs* args) {
|
||||||
#if 0
|
#if 0
|
||||||
if (ZoneEntityItem::getDrawZoneBoundaries()) {
|
if (ZoneEntityItem::getDrawZoneBoundaries()) {
|
||||||
|
|
|
@ -334,6 +334,7 @@ void ZoneEntityItem::resetRenderingPropertiesChanged() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pragma optimize("", off)
|
||||||
void ZoneEntityItem::setHazeMode(const HazeMode value) {
|
void ZoneEntityItem::setHazeMode(const HazeMode value) {
|
||||||
_hazeMode = value;
|
_hazeMode = value;
|
||||||
_hazePropertiesChanged = true;
|
_hazePropertiesChanged = true;
|
||||||
|
|
Loading…
Reference in a new issue