.r + .rez are text

This commit is contained in:
Kelvin Sherlock 2013-03-02 20:55:00 -05:00
parent db9fa7aa23
commit a8bd0248da

View File

@ -141,6 +141,10 @@ namespace OS
break;
case 'r':
if (ext == "r")
return true;
if (ext == "rez")
return true;
if (ext == "rii") // rez
return true;
break;