@galacean/engine 1.5.0-beta.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser.js CHANGED
@@ -43105,6 +43105,7 @@
43105
43105
  if (!gl.isContextLost()) {
43106
43106
  throw new Error("The format of the attachment is not supported or if depth and stencil attachments are not the same renderbuffer");
43107
43107
  }
43108
+ break;
43108
43109
  case gl.FRAMEBUFFER_INCOMPLETE_MULTISAMPLE:
43109
43110
  throw new Error("The values of gl.RENDERBUFFER_SAMPLES are different among attached renderbuffers, or are non-zero if the attached images are a mix of renderbuffers and textures.");
43110
43111
  }
@@ -51136,7 +51137,7 @@
51136
51137
  ], EXT_texture_webp);
51137
51138
 
51138
51139
  //@ts-ignore
51139
- var version = "1.5.0-beta.0";
51140
+ var version = "1.5.0";
51140
51141
  console.log("Galacean Engine Version: " + version);
51141
51142
  for(var key in CoreObjects){
51142
51143
  Loader.registerClass(key, CoreObjects[key]);