about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-10-29 15:24:58 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-10-29 15:24:58 +0200
commit73f813279a259a625cd7d5b8c6afa454f97ded6d (patch)
tree91ceb254246374384ce076bdc519a8adb48aa3db /src/main.c
parent0063cad60d2135f22b0abb104a5d9928ce2e1706 (diff)
downloadbox64-73f813279a259a625cd7d5b8c6afa454f97ded6d.tar.gz
box64-73f813279a259a625cd7d5b8c6afa454f97ded6d.zip
Fixed FT_Outline_Decompose wrapped function
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ac7629f9..3afcdb72 100755
--- a/src/main.c
+++ b/src/main.c
@@ -1258,7 +1258,7 @@ int main(int argc, const char **argv, char **env) {
     // special case for steamwebhelper
     if(strstr(prgname, "steamwebhelper")==prgname) {
         printf_log(LOG_INFO, "steamwebhelper, ignoring for now!\n");
-        exit(0);    // exiting
+        //exit(0);    // exiting
     }
     // special case for streaming_client to use emulated libSDL2
     if(strstr(prgname, "streaming_client")==prgname) {