mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Rename internal C++ Color struct to Color32 to help differentiate it from Colorf.
This commit is contained in:
@@ -76,7 +76,7 @@ private:
|
||||
std::map<uint32, ImageGlyphData> imageGlyphs;
|
||||
|
||||
// Color used to identify glyph separation in the source ImageData
|
||||
Color spacer;
|
||||
Color32 spacer;
|
||||
|
||||
}; // ImageRasterizer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user