summaryrefslogtreecommitdiff
path: root/source/tests/05-physfs/main.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-29 09:01:36 +0800
committerchai <chaifix@163.com>2019-03-29 09:01:36 +0800
commite37b1dfd022bda4dfdcba243c0543c62c89db32f (patch)
treeeb31ae960809498462c9232c9dc1df392b987fa7 /source/tests/05-physfs/main.cpp
parent62085e1b49ce2d8a630373e410812d5c4a9eecc2 (diff)
*misc
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