Merge conflict
This commit is contained in:
parent
d917159f67
commit
a45432ef66
|
@ -34,6 +34,7 @@ namespace SHADE
|
|||
float Time::DeltaTimeF::get()
|
||||
{
|
||||
return static_cast<float>(SHFrameRateController::GetRawDeltaTime());
|
||||
}
|
||||
double Time::FixedDeltaTime::get()
|
||||
{
|
||||
return SHPhysicsSystemInterface::GetFixedDT();
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue