mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 00:47:05 +00:00
Material lookup by name + minor fixes
This commit is contained in:
@@ -211,7 +211,7 @@ namespace StringUtil
|
||||
int CodePoint;
|
||||
|
||||
// One byte
|
||||
if ((cstr[0] & 0x80000000) == 0)
|
||||
if ((cstr[0] & 0x80) == 0)
|
||||
{
|
||||
CodePoint = cstr[0] & 0x7FFFFFFF;
|
||||
cstr++;
|
||||
|
||||
Reference in New Issue
Block a user