mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-12 07:03:34 +00:00
world generation
This commit is contained in:
@@ -5,12 +5,14 @@ namespace Scop
|
||||
{
|
||||
Actor::Actor()
|
||||
{
|
||||
m_uuid = UUID();
|
||||
if(p_script)
|
||||
p_script->OnInit(this);
|
||||
}
|
||||
|
||||
Actor::Actor(Model model) : m_model(std::move(model))
|
||||
{
|
||||
m_uuid = UUID();
|
||||
if(p_script)
|
||||
p_script->OnInit(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user