Move clock into GLRenderer

This commit is contained in:
MrKBear 2022-02-17 11:57:59 +08:00
parent ff4c85f589
commit 12ce98bc44
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { EventType } from "@Model/Emitter";
import { GLCanvas, GLCanvasOption } from "./GLCanvas";
import { GLContext } from "./GLContext";
import { Camera } from "./Camera";
import { Clock } from "@Model/Clock";
import { Clock } from "@GLRender/Clock";
interface IRendererOwnParams {}