mirror of
https://github.com/glest/glest-source.git
synced 2025-09-09 15:30:41 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user