mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-30 13:26:00 +02:00
Fixed object initializer warnings
This commit is contained in:
parent
10421d99ca
commit
f795215b44
13 changed files with 48 additions and 48 deletions
|
@ -31,7 +31,7 @@ namespace Beefy.utils
|
|||
case Remove;
|
||||
}
|
||||
|
||||
static uint8[] sEmptyData = new uint8[] { 0 } ~ delete _;
|
||||
static uint8[] sEmptyData = new uint8[] ( 0 ) ~ delete _;
|
||||
|
||||
public uint8[] mData;
|
||||
public int32 mLength;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue