Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jun 30, 2024
1 parent 472b367 commit c36ccb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object ShaderManager {
ErrorManager.logErrorWithData(
OpenGLException("Shader compilation error."),
errorMessage,
"GLSL Compilation Error:\n" to errorLog
"GLSL Compilation Error:\n" to errorLog,
)
} else {
LorenzUtils.consoleLog("$errorMessage $errorLog")
Expand Down

0 comments on commit c36ccb6

Please sign in to comment.