diff Platforms/WebAssembly/wasm-application.js @ 228:210c1ce8e1a6 am

WasmViewport is no more a singleton
author am@osimis.io
date Thu, 14 Jun 2018 15:06:29 +0200
parents c8f11437a6fd
children b0ba3b38a23c
line wrap: on
line diff
--- a/Platforms/WebAssembly/wasm-application.js	Thu Jun 14 13:28:40 2018 +0200
+++ b/Platforms/WebAssembly/wasm-application.js	Thu Jun 14 15:06:29 2018 +0200
@@ -87,7 +87,7 @@
     }
   }
 
-  StartWasmApplication();
+  StartWasmApplication(viewport.GetCppViewport());
   /************************************** */
 
   UpdateContentThread();