Fixed example documentation to match the code

This commit is contained in:
Lukas Dürrenberger 2018-11-25 17:23:25 +01:00 committed by GitHub
parent 1159ac5c52
commit 2be4e54d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,7 +387,7 @@ private:
/// return true;
/// }
///
/// virtual void onSeek(Uint32 timeOffset)
/// virtual void onSeek(sf::Time timeOffset)
/// {
/// // Change the current position in the stream source
/// ...