mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-06 18:57:02 +00:00
reset qfi.tinf when setting a non-textured floor
This commit is contained in:
parent
db7ccb47bc
commit
055a54500b
@ -607,12 +607,14 @@ void set_no_floor() {
|
||||
void set_floor(floorshape& sh) {
|
||||
qfi.fshape = &sh;
|
||||
qfi.shape = NULL;
|
||||
qfi.tinf = NULL;
|
||||
}
|
||||
|
||||
void set_floor(hpcshape& sh) {
|
||||
qfi.shape = &sh;
|
||||
qfi.fshape = NULL;
|
||||
qfi.spin = Id;
|
||||
qfi.tinf = NULL;
|
||||
}
|
||||
|
||||
void set_floor(const transmatrix& spin, hpcshape& sh) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user