| 428 | #if USE_EDITOR |
| 429 | |
| 430 | void BlendShape::SaveHeader(WriteStream& stream) const |
| 431 | { |
| 432 | stream.Write(Name, 13); |
| 433 | stream.Write(Weight); |
| 434 | } |
| 435 | |
| 436 | void BlendShape::Save(WriteStream& stream) const |
| 437 | { |
nothing calls this directly
no test coverage detected