mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
nilrider texture bugfix?
This commit is contained in:
parent
034c381544
commit
9d45a5c2f6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user