Fixed compile error due to logging code changing scope.
This commit is contained in:
parent
54f235e09a
commit
49683b4b48
@ -53,7 +53,7 @@ distribution.
|
|||||||
ss << " Message: " << (message); \
|
ss << " Message: " << (message); \
|
||||||
ss << " Location: " << "Line " << __LINE__ << " of " << __FILE__; \
|
ss << " Location: " << "Line " << __LINE__ << " of " << __FILE__; \
|
||||||
ss << "\n"; \
|
ss << "\n"; \
|
||||||
PolyVox::Impl::getLoggerInstance()->logFatalMessage(ss.str()); \
|
PolyVox::getLoggerInstance()->logFatalMessage(ss.str()); \
|
||||||
POLYVOX_HALT(); \
|
POLYVOX_HALT(); \
|
||||||
} \
|
} \
|
||||||
} while(0) \
|
} while(0) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user