@urso/core 0.6.6 → 0.6.7
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/js/index.js +1 -1
- package/package.json +1 -1
- package/src/js/config/main.js +1 -1
package/package.json
CHANGED
package/src/js/config/main.js
CHANGED
|
@@ -9,7 +9,7 @@ let ConfigMain = {
|
|
|
9
9
|
useTransport: false, // use transport module for connetcting with server
|
|
10
10
|
fps: {
|
|
11
11
|
limit: 60, //max fps limit
|
|
12
|
-
optimizeLowPerformance:
|
|
12
|
+
optimizeLowPerformance: false //down to 30 fps if lower 60
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
15
|
|