Fix typo error

Former-commit-id: 664fc81f7bcfab58ac543f08725992044e51d8db
This commit is contained in:
poljvd 2014-08-18 13:50:19 +02:00
parent b6fa306df7
commit 04c54ee7eb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ inline VideoMode parse3DMode(std::string videoMode)
// convert to lower case
std::transform(videoMode.begin(), videoMode.end(), videoMode.begin(), ::tolower);
if (videoMode == "23DTAB")
if (videoMode == "3DTAB")
{
return VIDEO_3DTAB;
}