Correction for wrong ifdef in creator

This commit is contained in:
Sergey Sharybin
2014-10-06 14:54:35 +02:00
parent 81c4c29504
commit a9521c428e

View File

@@ -1604,7 +1604,7 @@ int main(
#ifdef WITH_LIBMV
libmv_initLogging(argv[0]);
#elif defined(WITH_CYCLES_DEBUG)
#elif defined(WITH_CYCLES_LOGGING)
CCL_init_logging(argv[0]);
#endif