mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Removed spaces from love.audio enum strings (resolves issue #733)
--HG-- branch : minor
This commit is contained in:
@@ -168,7 +168,7 @@ bool GlyphData::getConstant(GlyphData::Format in, const char *&out)
|
||||
|
||||
StringMap<GlyphData::Format, GlyphData::FORMAT_MAX_ENUM>::Entry GlyphData::formatEntries[] =
|
||||
{
|
||||
{"luminance alpha", GlyphData::FORMAT_LUMINANCE_ALPHA},
|
||||
{"luminancealpha", GlyphData::FORMAT_LUMINANCE_ALPHA},
|
||||
{"rgba", GlyphData::FORMAT_RGBA},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user