mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Fixed C++ side of artf2604 in FRCSim - synchronized C++ codebases, updated examples.
Change-Id: I2fdc9deb4c8e249448dcbda4214fd900c2bc4ea8
This commit is contained in:
@@ -39,7 +39,7 @@ void WaitUntilCommand::Execute()
|
||||
*/
|
||||
bool WaitUntilCommand::IsFinished()
|
||||
{
|
||||
return DriverStation::GetInstance()->GetMatchTime() >= m_time;
|
||||
return DriverStation::GetInstance()->GetMatchTime() >= m_time;
|
||||
}
|
||||
|
||||
void WaitUntilCommand::End()
|
||||
|
||||
Reference in New Issue
Block a user