playcanvas 2.7.5-preview.3 → 2.7.5
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/build/playcanvas/src/core/core.js +2 -2
- package/build/playcanvas.dbg/src/core/core.js +2 -2
- package/build/playcanvas.dbg.js +3 -3
- package/build/playcanvas.dbg.mjs +4 -4
- package/build/playcanvas.js +3 -3
- package/build/playcanvas.min.js +1 -1
- package/build/playcanvas.min.mjs +1 -1
- package/build/playcanvas.mjs +3 -3
- package/build/playcanvas.prf/src/core/core.js +2 -2
- package/build/playcanvas.prf.js +3 -3
- package/build/playcanvas.prf.mjs +3 -3
- package/package.json +1 -1
package/build/playcanvas.prf.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* PlayCanvas Engine v2.7.5
|
|
3
|
+
* PlayCanvas Engine v2.7.5 revision c00565b (PROFILE)
|
|
4
4
|
* Copyright 2011-2025 PlayCanvas Ltd. All rights reserved.
|
|
5
5
|
*
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
@@ -29,8 +29,8 @@ const TRACEID_TEXTURES = 'Textures';
|
|
|
29
29
|
const TRACEID_RENDER_QUEUE = 'RenderQueue';
|
|
30
30
|
const TRACEID_GPU_TIMINGS = 'GpuTimings';
|
|
31
31
|
|
|
32
|
-
const version = '2.7.5
|
|
33
|
-
const revision = '
|
|
32
|
+
const version = '2.7.5';
|
|
33
|
+
const revision = 'c00565b';
|
|
34
34
|
function extend(target, ex) {
|
|
35
35
|
for(const prop in ex){
|
|
36
36
|
const copy = ex[prop];
|