formatting

This commit is contained in:
Hannes Janetzek 2013-06-04 22:53:21 +02:00
parent 528d59263b
commit 6cfc776911

View File

@ -40,8 +40,8 @@ public abstract class RenderLayer {
mMapPosition = new MapPosition();
}
/** /////////////// called in GLRender Thread /////////////////////// **/
/**
* ////////////////////// GLRender Thread ///////////////////////////
* 1. Called first by GLRenderer:
* Update the layer state here. Set 'this.newData = true' when
* 'compile()' should be called before next call to 'render()'