Removed a FIXME tested

This commit is contained in:
Adrien Bouvais 2025-01-30 20:12:02 +01:00
parent d819281fe4
commit 005631ac76

View File

@ -100,7 +100,6 @@ pub fn updateEntities(
// Otherwise it need to be update. For that 2 scenarios:
// - Update all entities with a const .fix
// - Update entities base on themself .vari
// FIXME: I'm not sure that id is in the array, need to check, also need to check to prevent updating it
for (sstruct.members) |member| {
if (map.get(member)) |voa| {
switch (voa) {