mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-07-07 19:45:00 +00:00
Update SheenBidi to 2.9.0
This fixes our problem with Valgrind reporting a jump based on an uninitialized value; see https://github.com/Tehreer/SheenBidi/issues/19 Just to be sure nothing unexpected happens, I tested that this doesn't cause any changes in behavior by outputting bidi-transformed versions of all strings in strings.xml to a file for both our Arabic and Persian localizations before and after the update, and confirming that the files are the same.
This commit is contained in:
parent
7dccc2d328
commit
db166fb11d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "FontBidi.h"
|
||||
|
||||
#include <SDL.h>
|
||||
#include <SheenBidi/SheenBidi.h>
|
||||
|
||||
#include "Alloc.h"
|
||||
#include "UTF8.h"
|
||||
|
@ -8,7 +9,6 @@
|
|||
extern "C"
|
||||
{
|
||||
#include <c-hashmap/map.h>
|
||||
#include <SheenBidi.h>
|
||||
}
|
||||
|
||||
namespace font
|
||||
|
|
2
third_party/SheenBidi
vendored
2
third_party/SheenBidi
vendored
|
@ -1 +1 @@
|
|||
Subproject commit e667eb3a63ee704194f8d94834d8e12b18db5b21
|
||||
Subproject commit 83f77108a2873600283f6da4b326a2dca7a3a7a6
|
Loading…
Add table
Add a link
Reference in a new issue