-EntityTemplate.getComponent additional data check
-LinearLayout proggress: *added alignment to data *fixed add/remove component functions
This commit is contained in:
parent
c18ac54265
commit
c915b1a8c7
3 changed files with 63 additions and 38 deletions
|
|
@ -194,7 +194,7 @@ public:
|
|||
}
|
||||
|
||||
export ref T opIndex(size_t elemNum) {
|
||||
assert(elemNum < used, "Range violation [index]");
|
||||
debug assert(elemNum < used, "Range violation [index]");
|
||||
return array.ptr[elemNum];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue