Small update

This commit is contained in:
Lynix
2017-04-17 17:39:26 +02:00
parent 5702e5202c
commit f7cd52d947
5 changed files with 33 additions and 9 deletions

View File

@@ -93,7 +93,7 @@ namespace Ndk
*/
inline bool GraphicsComponent::DoesRequireRealTimeReflections() const
{
return m_reflectiveMaterialCount != 0;
return m_reflectiveMaterialCount != 0 && m_reflectionMap;
}
/*!