fix for linux

This commit is contained in:
Michael Nilsson
2016-03-28 11:25:04 -04:00
parent d7e4a8b8e9
commit 2ca5d52fa3
6 changed files with 6 additions and 8 deletions

View File

@@ -352,7 +352,7 @@ void ABufferRenderer::updateResolveDictionary() {
dict.setValue("helperPaths", helperPathsDict);
dict.setValue("rendererData", _rendererData);
dict.setValue("raycastingEnabled", _raycastData.size() > 0);
dict.setValue("nRaycasters", _raycastData.size());
dict.setValue("nRaycasters", static_cast<unsigned long long>(_raycastData.size()));
_resolveDictionary = dict;
_dirtyResolveDictionary = false;