Remove end-line spaces
This commit is contained in:
parent
75298b50fb
commit
641895b5ba
7 changed files with 220 additions and 220 deletions
|
@ -707,7 +707,7 @@ bool WindowShouldClose(void)
|
||||||
{
|
{
|
||||||
#if defined(PLATFORM_WEB)
|
#if defined(PLATFORM_WEB)
|
||||||
// Emterpreter-Async required to run sync code
|
// Emterpreter-Async required to run sync code
|
||||||
// https://github.com/kripken/emscripten/wiki/Emterpreter#emterpreter-async-run-synchronous-code
|
// https://github.com/emscripten-core/emscripten/wiki/Emterpreter#emterpreter-async-run-synchronous-code
|
||||||
// By default, this function is never called on a web-ready raylib example because we encapsulate
|
// By default, this function is never called on a web-ready raylib example because we encapsulate
|
||||||
// frame code in a UpdateDrawFrame() function, to allow browser manage execution asynchronously
|
// frame code in a UpdateDrawFrame() function, to allow browser manage execution asynchronously
|
||||||
// but now emscripten allows sync code to be executed in an interpreted way, using emterpreter!
|
// but now emscripten allows sync code to be executed in an interpreted way, using emterpreter!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue