Documentation work

This commit is contained in:
Camilla Berglund
2016-03-06 14:11:14 +01:00
parent 26cfd75d05
commit 337c77a39b
2 changed files with 5 additions and 4 deletions

View File

@@ -554,8 +554,8 @@ glfwSetTime(4.0);
This sets the timer to the specified time, in seconds.
You can also access the raw timer value, in 1 / frequency seconds,
with @ref glfwGetTimerValue.
You can also access the raw timer value, measured in 1 / frequency
seconds, with @ref glfwGetTimerValue.
@code
GLFWuint64 value = glfwGetTimerValue();