mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 03:23:33 +02:00
Fixed Ubuntu warnings.
This commit is contained in:
parent
784f928433
commit
9d0cf16c20
3 changed files with 1 additions and 3 deletions
|
@ -60,7 +60,6 @@ void ZoneEntityRenderer::onRemoveFromSceneTyped(const TypedEntityPointer& entity
|
|||
}
|
||||
}
|
||||
|
||||
#pragma optimize("", off);
|
||||
void ZoneEntityRenderer::doRender(RenderArgs* args) {
|
||||
#if 0
|
||||
if (ZoneEntityItem::getDrawZoneBoundaries()) {
|
||||
|
|
|
@ -207,7 +207,7 @@ bool HazePropertyGroup::decodeFromEditPacket(EntityPropertyFlags& propertyFlags,
|
|||
}
|
||||
|
||||
void HazePropertyGroup::markAllChanged() {
|
||||
_hazeModeChanged;
|
||||
_hazeModeChanged = true;
|
||||
|
||||
_hazeRangeChanged = true;
|
||||
_hazeBlendInColorChanged = true;
|
||||
|
|
|
@ -58,7 +58,6 @@ void RenderDeferredTask::configure(const Config& config)
|
|||
{
|
||||
}
|
||||
|
||||
#pragma optimize("", off);
|
||||
void RenderDeferredTask::build(JobModel& task, const render::Varying& input, render::Varying& output) {
|
||||
const auto& items = input.get<Input>();
|
||||
auto fadeEffect = DependencyManager::get<FadeEffect>();
|
||||
|
|
Loading…
Reference in a new issue