diff --git a/panda/src/pgraph/shaderAttrib.cxx b/panda/src/pgraph/shaderAttrib.cxx index 2249fd4637..0b7b23d4e9 100755 --- a/panda/src/pgraph/shaderAttrib.cxx +++ b/panda/src/pgraph/shaderAttrib.cxx @@ -278,6 +278,9 @@ get_shader_input_nodepath(InternalName *id) const { } return p->get_nodepath(); } + + // Satisfy compiler. + return resfail; } ////////////////////////////////////////////////////////////////////