summaryrefslogtreecommitdiff
path: root/source/tests/05-physfs/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/05-physfs/main.cpp')
-rw-r--r--source/tests/05-physfs/main.cpp5
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