ZILtoid1991 / pixelperfectengine

2D graphics engine written in D
Boost Software License 1.0
93 stars 2 forks source link

Non-mutating members should be const. #8

Closed veelo closed 4 years ago

veelo commented 5 years ago

Discovered in Color, see https://forum.dlang.org/post/sncvphyshmxwpffbkxxp@forum.dlang.org.

ZILtoid1991 commented 5 years ago

I'll look into it, even though I decided to load default palettes from files instead of from static immutable arrays.