daveyliam / mapwriter

MapWriter: A minimap mod for Minecraft
MIT License
89 stars 81 forks source link

Render map when chat or ingame menu is open #18

Closed jeffreykog closed 10 years ago

jeffreykog commented 10 years ago

I find it ugly when the map disappears when you open chat, your inventory, the ingame menu and any other kind of ingame gui. In my previous PR i did an attempt on fixing this, accidentally creating the flickering map bug. This PR lets the maps render in guis, but not in the map gui so doesn't cause the flickering. I have tested this and it works properly.

daveyliam commented 10 years ago

Oh yeah, forgot that the chat box counts as a GUI. I didn't mind the map disappearing for the other GUI's, but disappearing during chat is a bit frustrating. Thanks for the fix.