main.cpp:add space between >>

Attempt to fix failing build

https://travis-ci.org/ZetaGlest/zetaglest-source/jobs/333402071#L1426

Build passes on my system, but travis doesn't like it.
This commit is contained in:
andy5995
2018-01-25 13:40:41 -06:00
parent d8dafe5015
commit 71c9e59b6a

View File

@@ -379,7 +379,7 @@ namespace
std::map < int,
Texture2D * >&
crcPlayerTextureCache = CacheManager::getCachedItem < std::map < int,
Texture2D * >>(GameConstants::playerTextureCacheLookupKey);
Texture2D * > >(GameConstants::playerTextureCacheLookupKey);
crcPlayerTextureCache.clear ();
std::map < string, Texture2D * >&crcFactionPreviewTextureCache =
@@ -8164,7 +8164,7 @@ namespace
Texture2D * >&
crcPlayerTextureCache =
CacheManager::getCachedItem < std::map < int,
Texture2D * >>(GameConstants::playerTextureCacheLookupKey);
Texture2D * > >(GameConstants::playerTextureCacheLookupKey);
for (int index = 0; index < GameConstants::maxPlayers; ++index)
{
string