mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
glgsg: Fix faulty auto-merge
This commit is contained in:
parent
b6515c881c
commit
adb9242885
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user