10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
Buildat C++ Notes
|
|
=================
|
|
|
|
Urho3D: Scene replication
|
|
-------------------------
|
|
Make sure to explicitly pass LOCAL or REPLICATED as the CreateMode for
|
|
Node::CreateChild() and Node::CreateComponent(); otherwise you WILL cause
|
|
unexpected issues at a very unexpected point of time.
|
|
|