mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 13:35:14 +01:00
Merge pull request #3904 from valentinvanelslande/fix-macro
gl_shader_gen: remove newline in logging macro
This commit is contained in:
commit
4564fc5baa
@ -776,7 +776,7 @@ static void WriteLighting(std::string& out, const PicaFSConfig& config) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
LOG_CRITICAL(HW_GPU, "Unknown lighting LUT input {}\n", (int)input);
|
LOG_CRITICAL(HW_GPU, "Unknown lighting LUT input {}", (int)input);
|
||||||
UNIMPLEMENTED();
|
UNIMPLEMENTED();
|
||||||
index = "0.0";
|
index = "0.0";
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user