Explorar el Código

rem `TextureIdCount`

ycw hace 5 años
padre
commit
cd5f10e168
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      src/textures/Texture.d.ts

+ 0 - 3
src/textures/Texture.d.ts

@@ -11,9 +11,6 @@ import {
 	TextureEncoding
 } from '../constants';
 
-// Textures /////////////////////////////////////////////////////////////////////
-export let TextureIdCount: number;
-
 export class Texture extends EventDispatcher {
 
 	/**

粤ICP备19079148号