mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
[AFV] Ref T739, CPPCheck fixes
This commit is contained in:
@@ -45,7 +45,7 @@ namespace chunkware_simple
|
||||
, mask_(BUFFER_SIZE - 1)
|
||||
, cur_(0)
|
||||
{
|
||||
setAttack(1.0);
|
||||
setAttackImpl(1.0);
|
||||
outBuffer_[ 0 ].resize(BUFFER_SIZE, 0.0);
|
||||
outBuffer_[ 1 ].resize(BUFFER_SIZE, 0.0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user