Skip to content
Snippets Groups Projects
Commit 2d433de8 authored by Sebastian Gaida's avatar Sebastian Gaida
Browse files

Merge branch 'develop' into 69-partikelsystem

parents a8c426fe 23b190b5
No related branches found
No related tags found
1 merge request!56Resolve "Partikelsystem"
...@@ -45,12 +45,12 @@ namespace vkcv { ...@@ -45,12 +45,12 @@ namespace vkcv {
char output_message [ \ char output_message [ \
VKCV_DEBUG_MESSAGE_LEN \ VKCV_DEBUG_MESSAGE_LEN \
]; \ ]; \
std::snprintf( \ snprintf( \
output_message, \ output_message, \
VKCV_DEBUG_MESSAGE_LEN, \ VKCV_DEBUG_MESSAGE_LEN, \
__VA_ARGS__ \ __VA_ARGS__ \
); \ ); \
std::fprintf( \ fprintf( \
getLogOutput(level), \ getLogOutput(level), \
"[%s]: %s [%s, line %d: %s]\n", \ "[%s]: %s [%s, line %d: %s]\n", \
vkcv::getLogName(level), \ vkcv::getLogName(level), \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment