Move clock into GLRenderer

This commit is contained in:
2022-02-17 11:57:59 +08:00
parent ff4c85f589
commit 12ce98bc44
2 changed files with 1 additions and 1 deletions
+1 -1
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 {}