summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-17 19:07:14 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-17 19:07:14 +0200
commit3264ac439095b9bdde0375d8a9f9f4445babf839 (patch)
tree5cd9dd5371ddd2e4bdb12d7e44304fb9bcc9bafe /src/main.cpp
parentfb5ae9a7a5a36211af989ec7cac986880d49e538 (diff)
downloadminetest-3264ac439095b9bdde0375d8a9f9f4445babf839.tar.gz
minetest-3264ac439095b9bdde0375d8a9f9f4445babf839.tar.bz2
minetest-3264ac439095b9bdde0375d8a9f9f4445babf839.zip
Better texture handling. Textures are not added to atlas if they are big, and atlas is not further made after it is full.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 88a258dce..b0fe59320 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1852,7 +1852,7 @@ int main(int argc, char *argv[])
// Object infos are shown in this
gui::IGUIStaticText *guitext_info = guienv->addStaticText(
L"",
- core::rect<s32>(100, 70, 100+400, 70+(text_height+5)),
+ core::rect<s32>(0,0,400,text_height+5) + v2s32(100,200),
false, false);
// Chat text