Browse Source

Add commented out PUGL_WASM_AUTO_POINTER_LOCK macro, for reference

Signed-off-by: falkTX <falktx@falktx.com>
undefined
falkTX 2 years ago
parent
commit
2eaacc3f26
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      dgl/src/pugl-extra/wasm.c

+ 2
- 0
dgl/src/pugl-extra/wasm.c View File

@@ -24,6 +24,8 @@
# define MOD_SCALE_FACTOR_MULT 1
#endif

// #define PUGL_WASM_AUTO_POINTER_LOCK

PuglWorldInternals*
puglInitWorldInternals(const PuglWorldType type, const PuglWorldFlags flags)
{


Loading…
Cancel
Save