فهرست منبع

SpritePlugin: Fixed CanvasTexture import.

Mr.doob 8 سال پیش
والد
کامیت
bdd1d90753
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/renderers/webgl/plugins/SpritePlugin.js

+ 1 - 1
src/renderers/webgl/plugins/SpritePlugin.js

@@ -1,4 +1,4 @@
-import { Texture } from '../../../textures/Texture';
+import { CanvasTexture } from '../../../textures/CanvasTexture';
 import { Vector3 } from '../../../math/Vector3';
 import { Quaternion } from '../../../math/Quaternion';