aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/ClockTexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/ClockTexture.cpp')
-rw-r--r--Minecraft.Client/ClockTexture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/ClockTexture.cpp b/Minecraft.Client/ClockTexture.cpp
index d8abb785..837532fb 100644
--- a/Minecraft.Client/ClockTexture.cpp
+++ b/Minecraft.Client/ClockTexture.cpp
@@ -7,14 +7,14 @@
#include "Texture.h"
#include "ClockTexture.h"
-ClockTexture::ClockTexture() : StitchedTexture(L"compass")
+ClockTexture::ClockTexture() : StitchedTexture(L"clock", L"clock")
{
rot = rota = 0.0;
m_dataTexture = NULL;
m_iPad = XUSER_INDEX_ANY;
}
-ClockTexture::ClockTexture(int iPad, ClockTexture *dataTexture) : StitchedTexture(L"compass")
+ClockTexture::ClockTexture(int iPad, ClockTexture *dataTexture) : StitchedTexture(L"clock", L"clock")
{
rot = rota = 0.0;
m_dataTexture = dataTexture;