Made assets::data_stores thread safe.
This commit is contained in:
@@ -5,15 +5,6 @@
|
||||
namespace assets
|
||||
{
|
||||
|
||||
using material_store = detail::generic_material_store<
|
||||
material_components::surface_properties,
|
||||
material_components::alpha,
|
||||
texture_store::id_type,
|
||||
texture_store::id_type,
|
||||
texture_store::id_type,
|
||||
texture_store::id_type,
|
||||
texture_store::id_type,
|
||||
texture_store::id_type
|
||||
>;
|
||||
using material_store = detail::generic_material_store<material_components::all>;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user