summaryrefslogtreecommitdiff
path: root/thirdparty/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r--thirdparty/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md
index ad9d443ec2..8de6be03fd 100644
--- a/thirdparty/README.md
+++ b/thirdparty/README.md
@@ -423,6 +423,7 @@ Collection of single-file libraries used in Godot components.
* Upstream: https://github.com/nothings/stb
* Version: 1.19
* License: Public Domain (Unlicense) or MIT
+ * Modifications: `f->temp_offset += (sz+3)&~3;` changed to `f->temp_offset += (sz+7)&~7;` (needed until fixed upstream)
## nanosvg