Engine is now installable

This commit is contained in:
Dynamitos
2022-11-22 22:11:37 +01:00
parent d401027caf
commit 3d3e264867
47 changed files with 323 additions and 1031 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ BOOST_AUTO_TEST_CASE(remove_keeporder)
BOOST_AUTO_TEST_CASE(find)
{
Array<uint8> array;
for(uint32 i = 0; i < 100; ++i)
for(uint8 i = 0; i < 100; ++i)
{
array.add(i);
}