From 4f54a0a4992358c633e5e3535e2980211028f3a2 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 26 Jul 2022 16:33:04 +0300 Subject: Create material using correct texture source. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dea78db..2e949ad 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ ReiLua ||\main.lua ``` -We can now build the game. You can use the command it top of the "CMakeLists.txt" to use emsdk toolchain with cmake. Remember to replace \ with correct path. +We can now build the game. You can use the command in the top of the "CMakeLists.txt" to use emsdk toolchain with cmake. Remember to replace \ with correct path. ``` cmake .. -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DPLATFORM=Web -- cgit v1.2.3