Remove statistics profiler
Signed-off-by: Jeremy Ong <jcong@amazon.com>
This commit is contained in:
@@ -700,7 +700,7 @@ namespace GridMate
|
||||
{
|
||||
if (IsUsingFixedTimeStep())
|
||||
{
|
||||
return static_cast<AZ::u32>(m_fixedTimeStep.CurrentTime());
|
||||
return static_cast<AZ::u32>(m_fixedTimeStep.GetCurrentTime());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -302,7 +302,7 @@ namespace GridMate
|
||||
// this could allow for changing on the fly but it would need to ensure that if it were in the middle of a second, that the new rate would result in landing on the
|
||||
}
|
||||
|
||||
AZ::u64 CurrentTime() const
|
||||
AZ::u64 GetCurrentTime() const
|
||||
{
|
||||
return m_currentTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user