Skip to content

Commit be8ff5c

Browse files
committed
Fixed Block.PopResourcesFunction block parameter
1 parent 8b32c58 commit be8ff5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/core-engine/Block.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ declare namespace Block {
346346
* @param region BlockSource object
347347
* @param i unknown parameter, supposed to always be zero
348348
*/
349-
(blockCoords: Vector, block: Tile | BlockSource, region: BlockSource, explosionRadius: number, i: number): void
349+
(blockCoords: Vector, block: Tile | BlockState, region: BlockSource, explosionRadius: number, i: number): void
350350
}
351351

352352
/**

0 commit comments

Comments
 (0)