@galacean/engine 2.0.0-alpha.8 → 2.0.0-alpha.9
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 +2 -2
- package/dist/browser.js.map +1 -1
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map +1 -1
- package/dist/bundled.module.js +2 -2
- package/dist/bundled.module.js.map +1 -1
- package/dist/bundled.module.min.js +1 -1
- package/dist/bundled.module.min.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +5 -5
package/dist/browser.js
CHANGED
|
@@ -22831,7 +22831,7 @@
|
|
|
22831
22831
|
this._setDirtyFlagTrue(4 | 8);
|
|
22832
22832
|
};
|
|
22833
22833
|
_proto._isTextNoVisible = function _isTextNoVisible() {
|
|
22834
|
-
return this._text === "" || this._fontSize === 0 || this.enableWrapping && this.width <= 0 || this.overflowMode === OverflowMode.Truncate && this.height <= 0;
|
|
22834
|
+
return !this._font || this._text === "" || this._fontSize === 0 || this.enableWrapping && this.width <= 0 || this.overflowMode === OverflowMode.Truncate && this.height <= 0;
|
|
22835
22835
|
};
|
|
22836
22836
|
_proto._buildChunk = function _buildChunk(textChunk, count) {
|
|
22837
22837
|
var _this_color = this.color, r = _this_color.r, g = _this_color.g, b = _this_color.b, a = _this_color.a;
|
|
@@ -52714,7 +52714,7 @@
|
|
|
52714
52714
|
], EXT_texture_webp);
|
|
52715
52715
|
|
|
52716
52716
|
//@ts-ignore
|
|
52717
|
-
var version = "2.0.0-alpha.
|
|
52717
|
+
var version = "2.0.0-alpha.9";
|
|
52718
52718
|
console.log("Galacean Engine Version: " + version);
|
|
52719
52719
|
for(var key in CoreObjects){
|
|
52720
52720
|
Loader.registerClass(key, CoreObjects[key]);
|