mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:04:56 +00:00
Merge branch 'master' of ssh://git.axiodl.com:6431/AxioDL/urde
This commit is contained in:
@@ -507,8 +507,8 @@ float CGraphics::GetSecondsMod900()
|
||||
|
||||
void CGraphics::TickRenderTimings()
|
||||
{
|
||||
g_RenderTimings++;
|
||||
g_DefaultSeconds = float(g_RenderTimings) / 60.f;
|
||||
g_RenderTimings = (g_RenderTimings + 1) % u32(900*60);
|
||||
g_DefaultSeconds = g_RenderTimings / 60.f;
|
||||
}
|
||||
|
||||
boo::IGraphicsDataFactory::Platform CGraphics::g_BooPlatform = boo::IGraphicsDataFactory::Platform::Null;
|
||||
|
||||
Reference in New Issue
Block a user