Improve input time scale handling
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenVulkano
|
||||
vec = Math::Utils::normalize(vec);
|
||||
}
|
||||
|
||||
float timeScale = 3 * CURRENT_FRAME.frameTime; //TODO
|
||||
float timeScale = 3 * input->GetTimeScale(); //TODO
|
||||
vec = vec * timeScale * 3.0f; // scale vector
|
||||
if (input->GetButton(m_actionBoost))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user