add RenderElement.getOffset()

This commit is contained in:
Hannes Janetzek 2014-02-01 17:03:50 +01:00
parent 8685b3331b
commit 76c7a49648

View File

@ -59,6 +59,14 @@ public abstract class RenderElement extends Inlist<RenderElement> {
}
public int getOffset() {
return offset;
}
public void setOffset(int offset) {
this.offset = offset;
}
/**
* For line- and polygon-layers this is the offset
* of VERTICES in its layers.vbo.