Next and Prev buttons for Corax and Lorgar, debugging
This commit is contained in:
parent
7fdcb657a4
commit
baa6f4ef23
14 changed files with 394 additions and 72 deletions
|
@ -175,6 +175,8 @@ void Database::clear()
|
|||
lmdb::txn transaction = lmdb::txn::begin(environment);
|
||||
dbi.drop(transaction);
|
||||
transaction.commit();
|
||||
|
||||
elements.clear();
|
||||
}
|
||||
|
||||
void Database::addModel(M::Model* model)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue