mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed tab characters (‘\t’) in text to be drawn properly with love.graphics.print.
This commit is contained in:
@@ -46,7 +46,6 @@ struct GlyphMetrics
|
||||
int advance;
|
||||
int bearingX;
|
||||
int bearingY;
|
||||
int spacing;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user