mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
First round Rumble stubs
This commit is contained in:
@@ -7,6 +7,12 @@ namespace pshag
|
||||
|
||||
void CInputGenerator::Update(float dt, CArchitectureQueue& queue)
|
||||
{
|
||||
if (m_firstFrame)
|
||||
{
|
||||
m_firstFrame = false;
|
||||
return;
|
||||
}
|
||||
|
||||
/* Keyboard/Mouse first */
|
||||
CFinalInput kbInput = getFinalInput(0, dt);
|
||||
bool kbUsed = false;
|
||||
|
||||
Reference in New Issue
Block a user