Remove unneeded empty map.png file
parent
e5d652acef
commit
22415e183d
2
data
2
data
|
@ -1 +1 @@
|
|||
Subproject commit 1c2510a9649eda7e0861a05691888ede3869aaf6
|
||||
Subproject commit 96ebb502c539bab8e360777c87db95d9cfcb7fc5
|
|
@ -2250,7 +2250,6 @@ Texture CEngine::LoadTexture(const std::string& name, const TextureCreateParams&
|
|||
|
||||
bool CEngine::LoadAllTextures()
|
||||
{
|
||||
LoadTexture("textures/effect03.png");
|
||||
m_miceTexture = LoadTexture("textures/interface/mouse.png");
|
||||
LoadTexture("textures/interface/button1.png");
|
||||
LoadTexture("textures/interface/button2.png");
|
||||
|
@ -2258,7 +2257,7 @@ bool CEngine::LoadAllTextures()
|
|||
LoadTexture("textures/effect00.png");
|
||||
LoadTexture("textures/effect01.png");
|
||||
LoadTexture("textures/effect02.png");
|
||||
LoadTexture("textures/interface/map.png");
|
||||
LoadTexture("textures/effect03.png");
|
||||
|
||||
if (! m_backgroundName.empty())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue