warning C4244: '=' : conversion from 'unsigned int' to 'uint8_t', possible loss of data
This commit is contained in:
@@ -45,9 +45,9 @@ struct TapNote
|
|||||||
Type type_,
|
Type type_,
|
||||||
Source source_,
|
Source source_,
|
||||||
bool bAttack_,
|
bool bAttack_,
|
||||||
unsigned attackIndex_,
|
uint8_t attackIndex_,
|
||||||
bool bKeysound_,
|
bool bKeysound_,
|
||||||
unsigned keysoundIndex_ )
|
uint16_t keysoundIndex_ )
|
||||||
{
|
{
|
||||||
type = type_;
|
type = type_;
|
||||||
source = source_;
|
source = source_;
|
||||||
|
|||||||
Reference in New Issue
Block a user