mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
display: fix long-standing typo in error message
How was this never caught?!
This commit is contained in:
parent
36c3d3e622
commit
6b19be495a
@ -605,7 +605,7 @@ verify_hardware_software(const FrameBufferProperties &props, const std::string &
|
|||||||
|
|
||||||
if (get_force_hardware() < props.get_force_hardware()) {
|
if (get_force_hardware() < props.get_force_hardware()) {
|
||||||
display_cat.error()
|
display_cat.error()
|
||||||
<< "The application requested harware acceleration, but your OpenGL\n";
|
<< "The application requested hardware acceleration, but your OpenGL\n";
|
||||||
display_cat.error()
|
display_cat.error()
|
||||||
<< "driver, " << renderer << ", only supports software rendering.\n";
|
<< "driver, " << renderer << ", only supports software rendering.\n";
|
||||||
display_cat.error()
|
display_cat.error()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user