Skip to content
Snippets Groups Projects
Commit 39ec7b42 authored by wz's avatar wz
Browse files

Included missing implementation of Weight methods.

parent b4f77a4e
No related branches found
No related tags found
No related merge requests found
......@@ -212,3 +212,11 @@ string NiControllerSequence::GetTargetName() const {
void NiControllerSequence::SetTargetName( const string & value ) {
targetName = value;
}
float NiControllerSequence::GetWeight() const {
return weight;
}
void NiControllerSequence::SetWeight( const float value ) {
weight = value;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment