mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03: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:
@@ -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
Submodule third_party/SheenBidi updated: e667eb3a63...83f77108a2
Reference in New Issue
Block a user