125126127128129130131132133134135
IMwDataProvider provider = this.drawOverlay(); // overlay onDraw event if (provider != null) { GL11.glPushMatrix(); provider.onDraw(this.mapView, this.mapMode); GL11.glPopMatrix(); } if (this.mapMode.circular) { Render.disableStencil();