compiler warning

This commit is contained in:
David Rose 2007-11-27 01:06:34 +00:00
parent 1073b9e643
commit 701baa9f31

View File

@ -278,6 +278,9 @@ get_shader_input_nodepath(InternalName *id) const {
}
return p->get_nodepath();
}
// Satisfy compiler.
return resfail;
}
////////////////////////////////////////////////////////////////////