From eeea5305cd19d2ccc8e1e5dd7b2fa6ec5f091c61 Mon Sep 17 00:00:00 2001 From: Maarten Peters Date: Tue, 20 Dec 2022 16:23:47 +0100 Subject: [PATCH] I think the last remaining major issue with OpenGL has now been fixed (already a year ago btw). Maybe this page can now be deleted? --- OpenGL-renderengine-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenGL-renderengine-issues.md b/OpenGL-renderengine-issues.md index f7832b6..5fc5fd1 100644 --- a/OpenGL-renderengine-issues.md +++ b/OpenGL-renderengine-issues.md @@ -15,7 +15,7 @@ The general problem is that the color or shape of many objects get changed by sw * [ ] Pause the game when Steam overlay is open doesn't work. (Does this still happen?) ## General glitches and non-rendering issues. -* [ ] TTF font is not loaded at all when using OpenGL, see [#3868](https://github.com/OpenRCT2/OpenRCT2/issues/3868) +* [x] TTF font is not loaded at all when using OpenGL, see [#3868](https://github.com/OpenRCT2/OpenRCT2/issues/3868) * [x] Rain and other weather effects aren't rendered ([#6515](https://github.com/OpenRCT2/OpenRCT2/issues/6515)) * [x] Severe graphical glitches when zooming out. **Partially fixed by [42029c0](https://github.com/OpenRCT2/OpenRCT2/commit/42029c031a2372405b1c4c64bcf8638201e1d398) but still needs improvements!!!**