Cleanup: style (pointers)
This commit is contained in:
@@ -404,7 +404,7 @@ void ControllerExporter::add_weight_extras(Key *key)
|
||||
// can also try the base element and param alternative
|
||||
COLLADASW::BaseExtraTechnique extra;
|
||||
|
||||
KeyBlock * kb = (KeyBlock *)key->block.first;
|
||||
KeyBlock *kb = (KeyBlock *)key->block.first;
|
||||
//skip the basis
|
||||
kb = kb->next;
|
||||
for (; kb; kb = kb->next) {
|
||||
|
||||
Reference in New Issue
Block a user