Browse Source

rem `TextureIdCount`

ycw 4 years ago
parent
commit
cd5f10e168
1 changed files with 0 additions and 3 deletions
  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 {
 
 	/**