VedVid / RAWIG

RAWIG (Roguelike Architecture, Written In Go) is ready to modify and expand roguelike architecture.
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

Update utilities_blt.go #16

Closed adam-weiler closed 6 years ago

adam-weiler commented 6 years ago

Changing last 4 uses of "colour" to "color". (The rest of the files all use "color" and don't need to be changed.)

VedVid commented 6 years ago

Thanks! It was inconsistent, indeed.