diff --git a/common/gal/graphics_abstraction_layer.cpp b/common/gal/graphics_abstraction_layer.cpp index df898ff973..89783fe4a7 100644 --- a/common/gal/graphics_abstraction_layer.cpp +++ b/common/gal/graphics_abstraction_layer.cpp @@ -236,8 +236,8 @@ VECTOR2D GAL::GetGridPoint( const VECTOR2D& aPoint ) const #endif } -const int GAL::MIN_DEPTH = -1024; -const int GAL::MAX_DEPTH = 1023; +const int GAL::MIN_DEPTH = -2048; +const int GAL::MAX_DEPTH = 2047; const int GAL::GRID_DEPTH = MAX_DEPTH - 1;