summaryrefslogtreecommitdiff
path: root/webhogg/wasm/pkg/main.js
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-06-13 17:21:44 +0200
committernatrixaeria <janng@gmx.de>2019-06-13 17:21:44 +0200
commit03cedca74429c326fcca176576702873e32a8455 (patch)
tree7fc85a00e009eeed00c3e2525be93ae9382c6b63 /webhogg/wasm/pkg/main.js
parent7884252333cc102a8144e4eafc36f9ef605b1be7 (diff)
Add rendering loop
Diffstat (limited to 'webhogg/wasm/pkg/main.js')
-rw-r--r--webhogg/wasm/pkg/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webhogg/wasm/pkg/main.js b/webhogg/wasm/pkg/main.js
index 76afa1c..90b3956 100644
--- a/webhogg/wasm/pkg/main.js
+++ b/webhogg/wasm/pkg/main.js
@@ -20,7 +20,7 @@ async function main() {
{ type: 'graphics',
source: source,
canvas: offCanvas,
- dt: 10000 },
+ dt: 16 },
{ type: 'logic',
source: source,
canvas: [],