Skip to content

Commit

Permalink
cannon workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
DileSoft committed Oct 12, 2021
1 parent a5b54db commit d89a1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MechoSoma/Xreal/Cannon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Cannon::Cannon(cMesh* model_)
model = model_;
assert(model);

A = model -> Dummies.Find(M3D_VECTOR_A);
B = model -> Dummies.Find(M3D_VECTOR_B);
//A = model -> Dummies.Find(M3D_VECTOR_A);
//B = model -> Dummies.Find(M3D_VECTOR_B);

//@caiiiycuk
//model -> SetFrame(KFRAME_STOP);
Expand Down

0 comments on commit d89a1e6

Please sign in to comment.