This commit is contained in:
@@ -584,7 +584,7 @@ void InitializeScreenshotFormats()
|
|||||||
{
|
{
|
||||||
uint j = 0;
|
uint j = 0;
|
||||||
for (uint i = 0; i < lengthof(_screenshot_formats); i++) {
|
for (uint i = 0; i < lengthof(_screenshot_formats); i++) {
|
||||||
if (_screenshot_format_name.compare(_screenshot_formats[i].extension) != 0) {
|
if (_screenshot_format_name.compare(_screenshot_formats[i].extension) == 0) {
|
||||||
j = i;
|
j = i;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user