Made assets::data_stores thread safe.
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "generic/generic_basic_store.hpp"
|
||||
#include "assets/identifiers.hpp"
|
||||
#include "assets/data/material_library_data.hpp"
|
||||
|
||||
namespace assets
|
||||
{
|
||||
|
||||
using material_library_store = generic_basic_store<material_library_data>;
|
||||
using material_library_store = detail::generic_basic_store<material_library_id, material_library_data>;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user