You're breathtaking!
This commit is contained in:
7
Source/Engine/Level/ActorsCache.cpp
Normal file
7
Source/Engine/Level/ActorsCache.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
|
||||
|
||||
#include "ActorsCache.h"
|
||||
|
||||
CollectionPoolCache<ActorsCache::ActorsLookupType> ActorsCache::ActorsLookupCache;
|
||||
CollectionPoolCache<ActorsCache::ActorsListType> ActorsCache::ActorsListCache;
|
||||
CollectionPoolCache<ActorsCache::SceneObjectsListType> ActorsCache::SceneObjectsListCache;
|
||||
Reference in New Issue
Block a user