16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 03:29:19 +02:00

disable sun/moon rendering on ATI cards in legacy renderer, prone to crashes

This commit is contained in:
milek7
2023-05-26 17:14:34 +02:00
parent 0ba7a318aa
commit eaaecd36cc
2 changed files with 5 additions and 0 deletions

View File

@@ -366,6 +366,7 @@ private:
#ifdef EU07_USE_DEBUG_CAMERA
renderpass_config m_worldcamera; // debug item
#endif
bool m_isATI;
static bool renderer_register;
};