BearishSun 10 лет назад
Родитель
Сommit
f7bee46516
2 измененных файлов с 4 добавлено и 3 удалено
  1. 2 1
      .gitignore
  2. 2 2
      SBansheeEditor/Source/BsScriptPlatformInfo.cpp

+ 2 - 1
.gitignore

@@ -8,4 +8,5 @@ obj
 lib
 lib
 data
 data
 Intermediate
 Intermediate
-Dependencies
+Dependencies
+*.aps

+ 2 - 2
SBansheeEditor/Source/BsScriptPlatformInfo.cpp

@@ -118,7 +118,7 @@ namespace BansheeEngine
 		case 192:
 		case 192:
 			icon = thisPtr->getWinPlatformInfo()->icon192;
 			icon = thisPtr->getWinPlatformInfo()->icon192;
 			break;
 			break;
-		case 259:
+		case 256:
 			icon = thisPtr->getWinPlatformInfo()->icon256;
 			icon = thisPtr->getWinPlatformInfo()->icon256;
 			break;
 			break;
 		}
 		}
@@ -164,7 +164,7 @@ namespace BansheeEngine
 		case 192:
 		case 192:
 			thisPtr->getWinPlatformInfo()->icon192 = icon;
 			thisPtr->getWinPlatformInfo()->icon192 = icon;
 			break;
 			break;
-		case 259:
+		case 256:
 			thisPtr->getWinPlatformInfo()->icon256 = icon;
 			thisPtr->getWinPlatformInfo()->icon256 = icon;
 			break;
 			break;
 		}
 		}