Fixed some VS warnings
Thanks to Fraggy again ! Former-commit-id: bd0eea66714701b065892d8b69d576e7b3615dd2
This commit is contained in:
@@ -110,7 +110,7 @@ const NzShaderProgram* NzShaderProgramManager::Get(const NzShaderProgramManagerP
|
||||
{
|
||||
NazaraDebug("File found");
|
||||
|
||||
unsigned int size = shaderFile.GetSize();
|
||||
unsigned int size = static_cast<unsigned int>(shaderFile.GetSize());
|
||||
|
||||
NzByteArray binary;
|
||||
binary.Resize(size);
|
||||
|
||||
Reference in New Issue
Block a user