fix: lint error

This commit is contained in:
GuoLei1990
2025-05-15 17:49:47 +08:00
parent 5c5036d005
commit 2337fa8192

View File

@@ -150,7 +150,7 @@ export interface IPhysics {
* @param isCollide - Whether the layers should collide
*/
setColliderLayerCollision(layer1: number, layer2: number, isCollide: boolean): void;
/**
* Destroy physics scene.
*/