mirror of
https://github.com/team2059/Zaphod
synced 2024-12-18 20:12:28 -05:00
Formatted code and started work on Test function
This commit is contained in:
parent
554d8f7c9f
commit
ab224b71f5
@ -630,6 +630,11 @@ public:
|
||||
//}}}
|
||||
//Test{{{
|
||||
void Test(){
|
||||
int i=0;
|
||||
while(IsEnabled()&&IsTest()){
|
||||
i++;
|
||||
Wait(0.005f);
|
||||
}
|
||||
}
|
||||
//}}}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user