mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
Resolve entity type first.
Before we trigger any hooks we need to resolve entity types.
This commit is contained in:
parent
590e22ef4e
commit
470cdc2d66
12 changed files with 257 additions and 232 deletions
|
|
@ -33,7 +33,7 @@ using Atlas::Objects::Entity::RootEntity;
|
|||
CyPy_MemMap::CyPy_MemMap(Py::PythonClassInstance* self, Py::Tuple& args, Py::Dict& kwds)
|
||||
: WrapperBase(self, args, kwds), m_owned(true)
|
||||
{
|
||||
m_value = new MemMap();
|
||||
throw Py::TypeError("MemMap() can't be instanced from Python.");
|
||||
}
|
||||
|
||||
CyPy_MemMap::CyPy_MemMap(Py::PythonClassInstance* self, MemMap* value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue