diff options
Diffstat (limited to 'source/tests')
-rw-r--r-- | source/tests/05-physfs/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/tests/05-physfs/main.cpp b/source/tests/05-physfs/main.cpp index 14a2745..b547f1f 100644 --- a/source/tests/05-physfs/main.cpp +++ b/source/tests/05-physfs/main.cpp @@ -48,6 +48,11 @@ function main() print(thread:GetName()) + while(true) do + thread:Post() + Thread.Sleep(100) + end + io.read() end |