Browse Source

Mis-typed icon size

BearishSun 10 years ago
parent
commit
f7bee46516
2 changed files with 4 additions and 3 deletions
  1. 2 1
      .gitignore
  2. 2 2
      SBansheeEditor/Source/BsScriptPlatformInfo.cpp

+ 2 - 1
.gitignore

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

+ 2 - 2
SBansheeEditor/Source/BsScriptPlatformInfo.cpp

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