Pārlūkot izejas kodu

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 10 gadi atpakaļ
vecāks
revīzija
a1db7e3874
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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;