mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
hooked up sdague new sqlite asset database provider to the old asset system. So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote.
Needs more testing, so if it causes problems will have to swap back to db4o.
This commit is contained in:
@@ -187,6 +187,7 @@ namespace OpenSim.DataStore.MonoSqliteStorage
|
||||
return retvals;
|
||||
}
|
||||
|
||||
|
||||
public void StoreTerrain(double[,] ter)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user