aboutsummaryrefslogtreecommitdiff
path: root/sokol_time.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2017-11-28 19:19:49 +0100
committerAndre Weissflog <floooh@gmail.com>2017-11-28 19:19:57 +0100
commit7c3bf97ef1609a9c8f948eba23dc833145c4bce8 (patch)
treed8b6ce86a98105846fdb3335336ac838f789380d /sokol_time.h
parentc695573d8653a0666565a5e551178f5d6bb64800 (diff)
sokol_time comment fix
Diffstat (limited to 'sokol_time.h')
-rw-r--r--sokol_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_time.h b/sokol_time.h
index 9ac67a07..ea80ca03 100644
--- a/sokol_time.h
+++ b/sokol_time.h
@@ -40,7 +40,7 @@
or nanoseconds. Note that not all platforms will have nanosecond
or even microsecond precision.
- Use the following time measurement functions:
+ Uses the following time measurement functions under the hood:
Windows: QueryPerformanceFrequency() / QueryPerformanceCounter()
MacOS/iOS: mach_absolute_time()