Skip to content

Commit

Permalink
Optimusified!
Browse files Browse the repository at this point in the history
  • Loading branch information
ranveeraggarwal committed Oct 3, 2014
1 parent da53b59 commit 80e6690
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ void control(int key, int scancode, int action, int mods) {
if((action == GLFW_PRESS || action == GLFW_REPEAT) && mods == 0) {
transformed = !transformed;
if(transformed) {
b->count_transform = 200;
b->count_elbows_in = 100;
b->count_transform = 2000;
b->count_elbows_in = 1000;
}
else {
b->count_revert = 200;
b->count_elbows_out = 100;
b->count_revert = 2000;
b->count_elbows_out = 1000;
}
//active = "camera";
}
Expand Down

0 comments on commit 80e6690

Please sign in to comment.