change initial vector size to 2
This commit is contained in:
parent
291c39565f
commit
3be8f0fef8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ struct Vec {
|
|||
|
||||
|
||||
enum {
|
||||
VMin = 32,
|
||||
VMin = 2,
|
||||
VMag = 0xcabba9e,
|
||||
NPtr = 256,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue