Browse Source

glgsg: Fix faulty auto-merge

rdb 1 year ago
parent
commit
adb9242885
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/glstuff/glShaderContext_src.cxx

+ 1 - 1
panda/src/glstuff/glShaderContext_src.cxx

@@ -2220,7 +2220,7 @@ issue_parameters(int altered) {
           default:
           default:
 #ifndef NDEBUG
 #ifndef NDEBUG
             GLCAT.error()
             GLCAT.error()
-              << "Invalid ShaderPtrSpec type " << (int)ptr_data->_type
+              << "Invalid ShaderPtrSpec type " << (int)ptr_data._type
               << " for shader input '" << spec._id._name << "'\n";
               << " for shader input '" << spec._id._name << "'\n";
 #endif
 #endif
             continue;
             continue;