mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
fix: clear unuse code
This commit is contained in:
parent
cffe5c816c
commit
379b948c51
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export class Renderer {
|
|||
private _drawFrame() {
|
||||
requestAnimationFrame(() => {
|
||||
const ctx = this._board.getContext();
|
||||
console.log('------ render frame ------', this._loader.isComplete())
|
||||
// console.log('------ render frame ------', this._loader.isComplete())
|
||||
|
||||
let item: QueueItem | undefined = this._queue[0];
|
||||
let isLastFrame = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue