Add missing paramater to javadoc

Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
Chris Cromer 2019-10-06 17:12:04 -03:00
parent f0a5d7b219
commit 0b1014041d
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ public class Celda extends JComponent implements Constantes {
/**
* Remove the texture from the map
*
* @param texture The texture to remove
*/
public void removeTexture(int texture) {
textures.remove(texture);