Fixing the warning on windows

This commit is contained in:
samcake 2017-03-31 11:34:03 -07:00
parent 6a0c07a692
commit c8970dd704

View file

@ -229,7 +229,7 @@ void GLBackend::do_setResourceTexture(const Batch& batch, size_t paramOffset) {
_resource._textures[slot] = resourceTexture;
_stats._RSAmountTextureMemoryBounded += object->size();
_stats._RSAmountTextureMemoryBounded += (int) object->size();
} else {
releaseResourceTexture(slot);