aboutsummaryrefslogtreecommitdiff
path: root/launcher/SkinUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/SkinUtils.cpp')
-rw-r--r--launcher/SkinUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/SkinUtils.cpp b/launcher/SkinUtils.cpp
index a196173e..159116d8 100644
--- a/launcher/SkinUtils.cpp
+++ b/launcher/SkinUtils.cpp
@@ -30,7 +30,7 @@ namespace SkinUtils
*/
QPixmap getFaceFromCache(QString username, int height, int width)
{
- QFile fskin(ENV.metacache()->resolveEntry("skins", username + ".png")->getFullPath());
+ QFile fskin(ENV->metacache()->resolveEntry("skins", username + ".png")->getFullPath());
if (fskin.exists())
{