diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-17 18:17:02 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-17 20:59:45 +0700 |
| commit | fb2f16557d34d3b2b4ad44687a55a830878e6aba (patch) | |
| tree | c9756f002d7c4ac2c529c185e77fc8603ff3e5ee /src/Skeleton.cpp | |
| parent | d5127bb945bef714e553bdadd86952fa5eace364 (diff) | |
| download | blackshades-fb2f16557d34d3b2b4ad44687a55a830878e6aba.tar.gz | |
Resolve trivial warnings
Diffstat (limited to 'src/Skeleton.cpp')
| -rw-r--r-- | src/Skeleton.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Skeleton.cpp b/src/Skeleton.cpp index 5f1880f..e039bc4 100644 --- a/src/Skeleton.cpp +++ b/src/Skeleton.cpp @@ -468,7 +468,6 @@ extern Skeleton testskeleton; void Animation::Load(char *fileName) { - float placeholder[3]; files.OpenFile((unsigned char*)fileName); if(files.sFile){ ReadInt(files.sFile, 1, &numframes); @@ -612,7 +611,6 @@ void Animation::Load(char *fileName) void Animation::Load(char *fileName, float rotate) { - float placeholder[3]; files.OpenFile((unsigned char*)fileName); if(files.sFile){ ReadInt(files.sFile, 1, &numframes); @@ -758,8 +756,6 @@ void Skeleton::Load(char *fileName) { int parentID; bool what; - bool lock; - float placeholder[3]; files.OpenFile((unsigned char*)fileName); if(files.sFile){ ReadInt(files.sFile, 1, &num_joints); |
