X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2FABM2.git;a=blobdiff_plain;f=ABM2%2FEngine%2FGlobalTimer.cpp;fp=ABM2%2FEngine%2FGlobalTimer.cpp;h=e7b299993b015d1380096cae13d3ce560ea8347b;hp=54c68adccf02755d216d5eec9f0c53e732cd81bd;hb=c100d6f67b06abb348319e277a66b6b7ab0c4bd5;hpb=5ddbdf638ea3b2fe93de5b7746ac827c21fc5633 diff --git a/ABM2/Engine/GlobalTimer.cpp b/ABM2/Engine/GlobalTimer.cpp index 54c68ad..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) { }