summaryrefslogtreecommitdiff
path: root/rsContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rsContext.cpp')
-rw-r--r--rsContext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsContext.cpp b/rsContext.cpp
index 0ac8320d..e3236c4b 100644
--- a/rsContext.cpp
+++ b/rsContext.cpp
@@ -309,6 +309,7 @@ Context::Context(Device *dev, Surface *sur, bool useDepth)
objDestroyOOBInit();
timerInit();
+ timerSet(RS_TIMER_INTERNAL);
LOGV("RS Launching thread");
status = pthread_create(&mThreadId, &threadAttr, threadProc, this);