Name consistency

This commit is contained in:
Godzil
2020-02-20 14:48:11 +00:00
parent 14c3044acf
commit 863bb2a34b
9 changed files with 28 additions and 28 deletions

View File

@@ -36,7 +36,7 @@ int main()
if (!xs.hit().nothing())
{
c.put_pixel(x, y, red);
c.putPixel(x, y, red);
}
}
}