Merge conflict

This commit is contained in:
maverickdgg 2022-11-01 15:35:50 +08:00
parent d917159f67
commit a45432ef66
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ namespace SHADE
float Time::DeltaTimeF::get()
{
return static_cast<float>(SHFrameRateController::GetRawDeltaTime());
}
double Time::FixedDeltaTime::get()
{
return SHPhysicsSystemInterface::GetFixedDT();

View File

@ -41,6 +41,7 @@ namespace SHADE
static property float DeltaTimeF
{
float get();
}
/// <summary>
/// Time taken for Physics simulations. You should use this for operations
/// within Script.FixedUpdate()