formatting

This commit is contained in:
Hannes Janetzek
2013-10-09 01:56:05 +02:00
parent 528d59263b
commit 6cfc776911
+1 -1
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()'