Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 664fc81

Browse files
committed
Fix typo error
1 parent f65ea81 commit 664fc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/utils/VideoMode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inline VideoMode parse3DMode(std::string videoMode)
1818
// convert to lower case
1919
std::transform(videoMode.begin(), videoMode.end(), videoMode.begin(), ::tolower);
2020

21-
if (videoMode == "23DTAB")
21+
if (videoMode == "3DTAB")
2222
{
2323
return VIDEO_3DTAB;
2424
}

0 commit comments

Comments
 (0)