mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Very simple draft of the Asset concept in model library
This commit is contained in:
parent
d9e326258f
commit
c9ddaf78a1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
}
|
||||
~Table() {}
|
||||
|
||||
ID add(Version v, const T& element) {
|
||||
ID add(const T& element, Version v = FINAL) {
|
||||
switch (v) {
|
||||
case DRAFT: {
|
||||
_elements[DRAFT].push_back(element);
|
||||
|
|
Loading…
Reference in a new issue