mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Shallow formatting pass (no code changes).
This commit is contained in:
@@ -41,11 +41,8 @@
|
||||
|
||||
GLFWAPI double glfwGetTime( void )
|
||||
{
|
||||
// Is GLFW initialized?
|
||||
if( !_glfwInitialized )
|
||||
{
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
return _glfwPlatformGetTime();
|
||||
}
|
||||
@@ -57,11 +54,8 @@ GLFWAPI double glfwGetTime( void )
|
||||
|
||||
GLFWAPI void glfwSetTime( double time )
|
||||
{
|
||||
// Is GLFW initialized?
|
||||
if( !_glfwInitialized )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
_glfwPlatformSetTime( time );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user