fixed function comment

This commit is contained in:
Johannes Berthel 2021-04-07 21:10:27 +02:00 committed by Thomas Basler
parent 359d349ba7
commit 7fef260b38
1 changed files with 3 additions and 1 deletions

View File

@ -386,8 +386,10 @@ export class InteractiveLayer extends Container {
}
/**
* Add frames to the image associated with the tileset. They will only be added,
* if the frame doesn't already exist.
*
* @param {} tileset
* @param {Tileset} tileset
* @param {string} key
* @param {number} index
* @returns {void}