- made the common render hacks functional again as separate render items.
This commit is contained in:
parent
a6e77ae094
commit
ddc75f7ba5
9 changed files with 123 additions and 114 deletions
|
|
@ -536,8 +536,9 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
// This is not a real dynamic array but just a wrapper around a pointer reference.
|
||||
// Used for wrapping some memory allocated elsewhere into a VM compatible data structure.
|
||||
// This is only used for exposing the sector's Lines array to ZScript.
|
||||
// This also must be trivial so that sector_t remains trivial.
|
||||
// For other uses TArrayView should be preferred.
|
||||
|
||||
template <class T>
|
||||
class TStaticPointedArray
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue