Skip to content

Commit

Permalink
Update SDL2Timer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling authored Nov 18, 2023
1 parent f84c077 commit 8e9636b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/Platform/sdl2/SDL2Timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
namespace OSRE {
namespace Platform {

SDL2Timer::SDL2Timer() : AbstractTimer("platform/sdl2timer"), m_lasttick(0) {
SDL2Timer::SDL2Timer() : AbstractTimer("platform/sdl2timer") {
// empty
}

Expand Down

0 comments on commit 8e9636b

Please sign in to comment.