Renders filled polygons using fast pixel blitting and odd-parity polygon scanline filling.
PolygonFillRender/scripts/commit.sh

4 lines
48 B

git add -u
git add *
git commit -m "$*"
git push