Revision 9524 branches/piloto3d/libraries/libFMap/src/com/iver/cit/gvsig/fmap/ExtentHistory.java

View differences:

ExtentHistory.java
120 120
	 * @return Ultimo rect?ngulo a?adido
121 121
	 */
122 122
	public Rectangle2D removePrev() {
123
		Rectangle2D ext = extents[num - 1];
124
		num = num - 1;
125

  
123
		Rectangle2D ext = extents[--num];
126 124
		return ext;
127 125
	}
128 126

  

Also available in: Unified diff