mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 15:38:26 +00:00
TU19: merge Minecraft.Client/Textures
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
CompassTexture* CompassTexture::instance = NULL;
|
||||
|
||||
CompassTexture::CompassTexture() : StitchedTexture(L"compass") {
|
||||
CompassTexture::CompassTexture() : StitchedTexture(L"compass", L"compass") {
|
||||
instance = this;
|
||||
|
||||
m_dataTexture = NULL;
|
||||
@@ -19,7 +19,7 @@ CompassTexture::CompassTexture() : StitchedTexture(L"compass") {
|
||||
}
|
||||
|
||||
CompassTexture::CompassTexture(int iPad, CompassTexture* dataTexture)
|
||||
: StitchedTexture(L"compass") {
|
||||
: StitchedTexture(L"compass", L"compass") {
|
||||
m_dataTexture = dataTexture;
|
||||
m_iPad = iPad;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user