Fixed errors in examples after switching to sf::Time
This commit is contained in:
parent
10cd729296
commit
4488f7f345
2 changed files with 5 additions and 5 deletions
|
@ -39,8 +39,8 @@ void Initialize(sf::Window& window)
|
|||
/// Draw the OpenGL scene (a rotating cube) into
|
||||
/// the specified view
|
||||
///
|
||||
/// \param Window Target window for rendering
|
||||
/// \param ElapsedTime Time elapsed since the last draw
|
||||
/// \param window Target window for rendering
|
||||
/// \param elapsedTime Time elapsed since the last draw
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
void Draw(sf::Window& window, float elapsedTime)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue