From adb92428856853019583f398d27c5d34e44a9343 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 14 May 2024 23:19:46 +0200 Subject: [PATCH] glgsg: Fix faulty auto-merge --- panda/src/glstuff/glShaderContext_src.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/glstuff/glShaderContext_src.cxx b/panda/src/glstuff/glShaderContext_src.cxx index 1194036815..f06ab09432 100644 --- a/panda/src/glstuff/glShaderContext_src.cxx +++ b/panda/src/glstuff/glShaderContext_src.cxx @@ -2220,7 +2220,7 @@ issue_parameters(int altered) { default: #ifndef NDEBUG GLCAT.error() - << "Invalid ShaderPtrSpec type " << (int)ptr_data->_type + << "Invalid ShaderPtrSpec type " << (int)ptr_data._type << " for shader input '" << spec._id._name << "'\n"; #endif continue;