fix clipping when drawing proxies
This commit is contained in:
@@ -247,7 +247,6 @@ public final class PolygonRenderer {
|
||||
|
||||
if (drawClipped) {
|
||||
first = false;
|
||||
drawClipped = false;
|
||||
// do not modify depth buffer anymore
|
||||
glDepthMask(false);
|
||||
// only draw to this tile
|
||||
|
||||
Reference in New Issue
Block a user