Add missing paramater to javadoc
Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
parent
f0a5d7b219
commit
0b1014041d
@ -160,6 +160,8 @@ public class Celda extends JComponent implements Constantes {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove the texture from the map
|
* Remove the texture from the map
|
||||||
|
*
|
||||||
|
* @param texture The texture to remove
|
||||||
*/
|
*/
|
||||||
public void removeTexture(int texture) {
|
public void removeTexture(int texture) {
|
||||||
textures.remove(texture);
|
textures.remove(texture);
|
||||||
|
Loading…
Reference in New Issue
Block a user