From 86430c156c42ad4e39f04a6c50051af3c4da3e3d Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 21 Aug 2026 21:13:25 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37304bb09..7f8714642 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ raylib presents some limitation by design for code simplicity, some forks, alter - Window resize and move stops the rendering loop on platforms supporting a window - Font rasterization has lower quality than alternatives using `Freetype2`, `HarfBuzz` or `Slug` - Text drawing does not support RTL, ligatures or emojis + - `RenderTextures` are flipped vertically, as provided by OpenGL, it's up to user to draw then flipped on screen basic example --------------