mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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) {
|
||||
vision_cat.error() <<
|
||||
"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 "
|
||||
"config file and compile it again.\n";
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user