fixes for Code/CryEngine
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -44,7 +44,7 @@ bool CSerializeXMLReaderImpl::Value(const char* name, int8& value)
|
||||
}
|
||||
else
|
||||
{
|
||||
value = temp;
|
||||
value = static_cast<int8>(temp);
|
||||
}
|
||||
return bResult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user