babylonjs-gui 6.43.0 → 6.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
@@ -56,7 +56,7 @@ declare module BABYLON.GUI {
56
56
  * @see https://doc.babylonjs.com/features/featuresDeepDive/gui/gui
57
57
  */
58
58
  export class AdvancedDynamicTexture extends BABYLON.DynamicTexture {
59
- /** Define the Uurl to load snippets */
59
+ /** Define the url to load snippets */
60
60
  static SnippetUrl: string;
61
61
  /** Indicates if some optimizations can be performed in GUI GPU management (the downside is additional memory/GPU texture memory used) */
62
62
  static AllowGPUOptimizations: boolean;