Daniele Bartolini 11 лет назад
Родитель
Сommit
cf4c8ba8a9
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      engine/Device.cpp

+ 1 - 2
engine/Device.cpp

@@ -145,8 +145,7 @@ void Device::init()
 
 	// Create resource manager
 	CE_LOGD("Creating resource manager...");
-	m_resource_manager = CE_NEW(m_allocator, ResourceManager)(*m_resource_bundle, 0);
-	CE_LOGD("Resource seed: %d", m_resource_manager->seed());
+	m_resource_manager = CE_NEW(m_allocator, ResourceManager)(*m_resource_bundle);
 
 	// Create world manager
 	CE_LOGD("Creating world manager...");