mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-21 20:00:11 +00:00
parent
2f382df218
commit
138ce7bda0
@ -5674,7 +5674,7 @@ void VmaJsonWriter::ContinueString(const char* pStr)
|
|||||||
{
|
{
|
||||||
m_SB.Add("\\\"");
|
m_SB.Add("\\\"");
|
||||||
}
|
}
|
||||||
else if (ch >= 32)
|
else if ((uint8_t)ch >= 32)
|
||||||
{
|
{
|
||||||
m_SB.Add(ch);
|
m_SB.Add(ch);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user