dan-oak
dan-oak
i have tried to fix the bug and succeeded if you need help but as i also found that no mod for rotatable doors implements the access rights permissions correctly...
yes, i mean there are only 2 that allow to rotate buildings in general and specifically for doors they allow 360 rotation, but by doing so they break their permissions....
not only on Windows, i reproduced on Linux, although in virtual box. also SDL renderer, in the demo app it seems to me like there is some funky business here:...
yeah, i have found it ```cs var bdef = door.building.Def; var wid = bdef.WidthInCells; var hei = bdef.HeightInCells; ``` just divide by 2 and the rest is the same