X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ABM2%2FEngine%2FGlobalTimer.cpp;h=e7b299993b015d1380096cae13d3ce560ea8347b;hb=refs%2Fheads%2Fmaster;hp=5974a7c7476cdd6a653dca0d01433e91f92aa385;hpb=0835c5605c80efd286ccb7eff92fffc07689f359;p=matthijs%2FABM2.git diff --git a/ABM2/Engine/GlobalTimer.cpp b/ABM2/Engine/GlobalTimer.cpp index 5974a7c..e7b2999 100755 --- a/ABM2/Engine/GlobalTimer.cpp +++ b/ABM2/Engine/GlobalTimer.cpp @@ -13,7 +13,7 @@ float CGlobalTimer::dT=0; unsigned long CGlobalTimer::lastFrameIndex=0; unsigned long CGlobalTimer::thisFrameIndex=0; -CGlobalTimer::CGlobalTimer() +CGlobalTimer::CGlobalTimer(CKernel *kernel) : ITask(kernel) { } @@ -41,4 +41,4 @@ void CGlobalTimer::Update() void CGlobalTimer::Stop() { -} \ No newline at end of file +}