mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fix typo error
Former-commit-id: 664fc81f7bcfab58ac543f08725992044e51d8db
This commit is contained in:
parent
b6fa306df7
commit
04c54ee7eb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user