Fix typo in error message

This commit is contained in:
rdb 2010-06-23 08:57:30 +00:00
parent 00ee003d1e
commit 99f238f0a3

View File

@ -125,7 +125,7 @@ make(NodePath camera, const Filename &paramfile, double marker_size) {
AR_DEFAULT_PIXEL_FORMAT != AR_PIXEL_FORMAT_BGR) { AR_DEFAULT_PIXEL_FORMAT != AR_PIXEL_FORMAT_BGR) {
vision_cat.error() << vision_cat.error() <<
"The copy of ARToolKit that you are using is not compiled " "The copy of ARToolKit that you are using is not compiled "
"for RGB, BGR, RGBA or ARGB input. Panda3D cannot use " "for RGB, BGR, RGBA or BGRA input. Panda3D cannot use "
"this copy of ARToolKit. Please modify the ARToolKit's " "this copy of ARToolKit. Please modify the ARToolKit's "
"config file and compile it again.\n"; "config file and compile it again.\n";
return 0; return 0;