mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-31 16:57:58 +00:00
Implemented data() to vector
This commit is contained in:
parent
ca33e7b85b
commit
62e1db5f39
@ -159,4 +159,6 @@ public:
|
|||||||
VectorSize = 0;
|
VectorSize = 0;
|
||||||
VectorBuffer = 0;
|
VectorBuffer = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
T *data() { return VectorBuffer; }
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user