Commit e068b62a authored by huangqinjin's avatar huangqinjin

use PF_DEPTH for compatibility, PF_DEPTH16 is just an alias introduced in OGRE 1.11.2

parent f0ecc092
......@@ -442,7 +442,7 @@ public:
dst_type = CV_32FC4;
break;
case PF_L16:
case PF_DEPTH16:
case PF_DEPTH:
dst_type = CV_16U;
break;
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment