mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Fix typo in error message
This commit is contained in:
parent
00ee003d1e
commit
99f238f0a3
@ -125,7 +125,7 @@ make(NodePath camera, const Filename ¶mfile, 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user