mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
Scale faces to 64x64
This commit is contained in:
@@ -19,5 +19,5 @@
|
||||
|
||||
namespace SkinUtils
|
||||
{
|
||||
QPixmap getFaceFromCache(QString username, int height = 48, int width = 48);
|
||||
QPixmap getFaceFromCache(QString username, int height = 64, int width = 64);
|
||||
}
|
||||
|
Reference in New Issue
Block a user