silence compiler warnings. avoid uninitialized access.

This commit is contained in:
Axel Kohlmeyer
2022-03-18 20:02:49 -04:00
parent 4f3a9f9b63
commit 88ac22cd62
5 changed files with 5 additions and 7 deletions

View File

@ -63,8 +63,6 @@ ComputeTempDeform::~ComputeTempDeform()
void ComputeTempDeform::init()
{
int i;
// check fix deform remap settings
auto fixes = modify->get_fix_by_style("^deform");