Rename touch crack texture

master
MoNTE48 2018-08-09 21:31:47 +02:00
parent d283c2a1e0
commit ea5fcb5ea2
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ IRRLICHT_TIMESTAMP = $(IRRLICHT_DIR)/timestamp
IRRLICHT_TIMESTAMP_INT = $(ANDR_ROOT)/deps/irrlicht_timestamp
IRRLICHT_URL_HTTP = https://github.com/zaki/irrlicht/archive/$(IRRLICHT_COMMIT).zip
CURL_VERSION = 7.60.0
CURL_VERSION = 7.61.0
CURL_DIR = $(ANDR_ROOT)/deps/curl
CURL_LIB = $(CURL_DIR)/lib/.libs/libcurl.a
CURL_TIMESTAMP = $(CURL_DIR)/timestamp
@ -130,7 +130,7 @@ delconfig:
local.properties:
@echo "Please specify path of ANDROID NDK"; \
echo "e.g. $$HOME/Android/ndk-r14b/"; \
echo "e.g. $$HOME/Android/ndk-r17b/"; \
read ANDROID_NDK ; \
if [ ! -d $$ANDROID_NDK ] ; then \
echo "$$ANDROID_NDK is not a valid folder"; \

View File

@ -1335,7 +1335,7 @@ bool TextureSource::generateImagePart(std::string part_of_name,
*/
#if defined(__ANDROID__) || defined(__IOS__)
video::IImage *img_crack = m_sourcecache.getOrLoad(
"crack_anylength_android.png", m_device);
"crack_anylength_touch.png", m_device);
#else
video::IImage *img_crack = m_sourcecache.getOrLoad(
"crack_anylength.png", m_device);

View File

Before

Width:  |  Height:  |  Size: 806 B

After

Width:  |  Height:  |  Size: 806 B