Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'drape/render_state.cpp')
-rw-r--r--drape/render_state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape/render_state.cpp b/drape/render_state.cpp
index 2a1063e148..ca55f3a95f 100644
--- a/drape/render_state.cpp
+++ b/drape/render_state.cpp
@@ -20,7 +20,7 @@ glConst DecodeDepthFunction(DepthFunction depthFunction)
case DepthFunction::GreatOrEqual: return gl_const::GLGreatOrEqual;
case DepthFunction::Always: return gl_const::GLAlways;
}
- ASSERT(false, ());
+ CHECK_SWITCH();
}
} // namespace