1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-08 05:42:10 +00:00

nilrider texture bugfix?

This commit is contained in:
Zeno Rogue
2024-08-18 01:30:43 +02:00
parent 034c381544
commit 9d45a5c2f6
+2 -2
View File
@@ -71,8 +71,8 @@ void create_castle() {
tex.twidth = 16;
tex.theight = 16;
tex.stretched = false;
tex.strx = tex.tx;
tex.stry = tex.ty;
tex.strx = tex.tx = tex.twidth;
tex.stry = tex.ty = tex.theight;
tex.base_x = 0;
tex.base_y = 0;
tex.whitetexture();