Explorar o código

Update babylon.2.2.d.ts

I'm not sure how you're generating the distribution babylon.2.2.d.ts so this may need to also be edited elsewhere, but it resolves the following error: error TS2339: Property 'uScale' does not exist on type 'BaseTexture' when it is a valid property.
Ben Riordan %!s(int64=10) %!d(string=hai) anos
pai
achega
a1db7e3874
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      dist/babylon.2.2.d.ts

+ 2 - 0
dist/babylon.2.2.d.ts

@@ -5849,6 +5849,8 @@ declare module BABYLON {
         coordinatesMode: number;
         wrapU: number;
         wrapV: number;
+        uScale: number;
+        vScale: number;
         anisotropicFilteringLevel: number;
         _cachedAnisotropicFilteringLevel: number;
         private _scene;