mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Compare commits
4 commits
c764f43847
...
5dd5c8694d
Author | SHA1 | Date | |
---|---|---|---|
|
5dd5c8694d | ||
|
af13ea9f5f | ||
|
61e0df82ae | ||
|
918231a1ad |
3 changed files with 3 additions and 3 deletions
|
@ -870,7 +870,7 @@ local function world_set(world: World, entity: i53, id: i53, data: unknown): ()
|
|||
|
||||
local on_set = idr_hooks.on_set
|
||||
if on_set then
|
||||
invoke_hook(on_set, entity, data)
|
||||
on_set(entity, data)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@rbxts/jecs",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"description": "Stupidly fast Entity Component System",
|
||||
"main": "jecs.luau",
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ukendio/jecs"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
registry = "https://github.com/UpliftGames/wally-index"
|
||||
realm = "shared"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue