diff --git a/panda/src/pgraph/nodePath.cxx b/panda/src/pgraph/nodePath.cxx index cfea0a5776..5aae72b268 100644 --- a/panda/src/pgraph/nodePath.cxx +++ b/panda/src/pgraph/nodePath.cxx @@ -1457,7 +1457,7 @@ get_color() const { pgraph_cat.warning() << "get_color() called on " << *this << " which has no color set.\n"; - return Colorf(0.0f, 0.0f, 0.0f, 0.0f); + return Colorf(1.0f, 1.0f, 1.0f, 1.0f); } ////////////////////////////////////////////////////////////////////