Skip to content

Commit

Permalink
Continued work on prefab conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkTreasure1 committed Oct 1, 2023
1 parent 027664f commit a20c70e
Show file tree
Hide file tree
Showing 18 changed files with 511 additions and 60 deletions.
2 changes: 1 addition & 1 deletion Engine/Volt-ScriptCore/Source/Volt/Scene/Entity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal EntityTimer(float time, Action function)

public class Entity
{
public readonly uint Id = 0;
public readonly uint Id = UInt32.MaxValue;
ulong[] ScriptIds;

private Dictionary<string, Component> m_componentCache = new Dictionary<string, Component>();
Expand Down
Loading

0 comments on commit a20c70e

Please sign in to comment.