babylonjs-gui 7.42.0 → 7.44.0

Sign up to get free protection for your applications and to get access to all the features.
package/babylon.gui.d.ts CHANGED
@@ -3732,7 +3732,7 @@ declare module BABYLON.GUI {
3732
3732
  /** Class used to provide 2D matrix features */
3733
3733
  export class Matrix2D {
3734
3734
  /** Gets the internal array of 6 floats used to store matrix data */
3735
- m: Float32Array;
3735
+ m: Float32Array<ArrayBuffer>;
3736
3736
  /**
3737
3737
  * Creates a new matrix
3738
3738
  * @param m00 defines value for (0, 0)