mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-06-28 06:24:58 +00:00
Follow most of the guideline suggestions from VS2019 preview. Pretty good suggestions!
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@ -48,7 +48,7 @@ namespace EightBit
|
||||
|
||||
public int Run(int limit)
|
||||
{
|
||||
int current = 0;
|
||||
var current = 0;
|
||||
while (this.Powered && (current < limit))
|
||||
{
|
||||
current += this.Step();
|
||||
|
Reference in New Issue
Block a user