Commit 50a52e7bb3b6da70c9dc1f51b2c0a5d64e81e12e

Authored by David Guilherme
1 parent 71134b4c
Exists in master

Aumenta o total de memoria utilizada

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
player/connect.js
1 1 // connect to canvas
2 2 var Module = {
  3 + TOTAL_MEMORY: 268435456,
3 4 filePackagePrefixURL: "Release/",
4 5 memoryInitializerPrefixURL: "Release/",
5 6 preRun: [],
... ...