Skip to content

Commit

Permalink
fix compile native ts
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro committed Sep 13, 2023
1 parent 2de8dfc commit 8df6008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pal/audio/native/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
import { systemInfo } from 'pal/system-info';
import { AudioType, AudioState, AudioEvent, AudioPCMDataView, AudioBufferView, AudioLoadOptions } from '../type';
import { EventTarget } from '../../../cocos/core/event';
import { cclegacy, clamp01 } from '@base/global';
import { clamp01 } from '../../../cocos/core';
import { cclegacy } from '@base/global';
import { enqueueOperation, OperationInfo, OperationQueueable } from '../operation-queue';
import { Platform } from '../../system-info/enum-type';
import { Game, game } from '../../../cocos/game';
Expand Down

0 comments on commit 8df6008

Please sign in to comment.