[Fixed] Automap grid disappears
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
- Hirogen2
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
- Contact:
Automap grid disappears
The automap grid disappears when looking east/west. And it is partially there when looking NE/NW/etc.
I discovered this way back when I added the rotation feature. I just assumed that it was an overflow issue not worth fixing. Now that you mention it, I finally checked and it's really because the grid line endpoints were not properly rotated. Easy fix. Now I just need to make them longer so that they cover the screen when you rotate them.