mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:44:56 +00:00
Correct rstl::prereserved_vector implementation
This commit is contained in:
@@ -22,8 +22,8 @@ struct PATH : BigDNA
|
||||
struct Link : BigDNA
|
||||
{
|
||||
DECL_DNA
|
||||
Value<atUint32> regionIdx;
|
||||
Value<atUint32> nodeIdx;
|
||||
Value<atUint32> regionIdx;
|
||||
Value<float> width2d;
|
||||
Value<float> oneOverWidth2d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user