This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
gugdun
/
entt
mirrorاز
https://github.com/skypjack/entt
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
فهرست منبع
sparse_set: set the free list to tombstone rather than null within ::clear
Michele Caini
4 سال پیش
والد
a74f0ca370
کامیت
44ae0d67f6
1فایلهای تغییر یافته
به همراه
1 افزوده شده
و
1 حذف شده
نمای یکپارچه
نمایش آمار تفاوت ها
1
1
src/entt/entity/sparse_set.hpp
+ 1
- 1
src/entt/entity/sparse_set.hpp
مشاهده فایل
@@ -910,7 +910,7 @@ public:
}
}
}
}
- free_list =
null
;
+ free_list =
tombstone
;
packed.clear();
packed.clear();
}
}