Mercurial > hg > orthanc-stone
changeset 63:a4497c6449df wasm
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 10 May 2017 17:57:24 +0200 |
parents | 16af9311238e |
children | 394e63010e02 |
files | Applications/BasicApplicationContext.cpp Applications/Sdl/SdlEngine.cpp |
diffstat | 2 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/BasicApplicationContext.cpp Wed May 10 17:56:24 2017 +0200 +++ b/Applications/BasicApplicationContext.cpp Wed May 10 17:57:24 2017 +0200 @@ -32,7 +32,6 @@ while (!that->stopped_) { { - printf("GOSH\n"); fflush(stdout); ViewportLocker locker(*that); locker.GetViewport().UpdateContent(); }