mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Remove unused variable
This commit is contained in:
parent
503a6fcfe1
commit
643ef61289
1 changed files with 0 additions and 6 deletions
|
|
@ -11802,12 +11802,6 @@ void rom_hack_cam_walk(Vec3f pos, Vec3f dir, f32 dist) {
|
|||
return;
|
||||
}
|
||||
|
||||
Vec3f prevPos = {
|
||||
pos[0],
|
||||
pos[1],
|
||||
pos[2],
|
||||
};
|
||||
|
||||
// figure out dir normal
|
||||
Vec3f dirNorm;
|
||||
vec3f_copy(dirNorm, dir);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue