@urso/core 0.7.76 → 0.7.77

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urso/core",
3
- "version": "0.7.76",
3
+ "version": "0.7.77",
4
4
  "description": "HTML5 game engine",
5
5
  "main": "build/js/index.js",
6
6
  "author": "Megbrimef",
@@ -74,7 +74,7 @@ class ModulesAssetsService {
74
74
  * @param {Function} callback
75
75
  * @returns
76
76
  */
77
- loadGroup(assetsSpace, group, callback = () => { }, updateCallback) {
77
+ loadGroup(assetsSpace, group, callback = () => { }, updateCallback = () => { }) {
78
78
  if (!assetsSpace) //global space
79
79
  assetsSpace = this.assets;
80
80