mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 20:53:50 -04:00
Put error message in a debug conditional.
This commit is contained in:
parent
4cbeeb61cd
commit
f85cb72f33
@ -988,9 +988,11 @@ update_shader_vertex_arrays(CLP(ShaderContext) *prev, GSG *gsg)
|
|||||||
dxgsg9_cat.debug() << "|||||cgD3D9ValidateVertexDeclaration succeeded\n";
|
dxgsg9_cat.debug() << "|||||cgD3D9ValidateVertexDeclaration succeeded\n";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
dxgsg9_cat.error() << "********************************************\n";
|
DBG_SH2
|
||||||
dxgsg9_cat.error() << "***cgD3D9ValidateVertexDeclaration failed***\n";
|
dxgsg9_cat.error() << "********************************************\n";
|
||||||
dxgsg9_cat.error() << "********************************************\n";
|
dxgsg9_cat.error() << "***cgD3D9ValidateVertexDeclaration failed***\n";
|
||||||
|
dxgsg9_cat.error() << "********************************************\n";
|
||||||
|
DBG_E
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user