aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05b12e7..ac7c82d 100644
--- a/README.md
+++ b/README.md
@@ -11,4 +11,5 @@ Handle window close (window destroyed event, disconnected from server and socket
Bind texture and cache the bound texture to reduce calls to opengl.
Use gl triangle instead of quad.
Fix crash on exit.
-Support using multiple textures in shaders by using glActiveTexture for each one and set the uniform sampler2D value for each as as the index. \ No newline at end of file
+Support using multiple textures in shaders by using glActiveTexture for each one and set the uniform sampler2D value for each as as the index.
+Make sure clock is monotonic (there has been some issues with CLOCK\_MONOTONIC not being monotonic on linux).