Fixed names and added global

This commit is contained in:
Jose Silva 2023-06-28 16:58:53 +02:00
parent 50ede8b9de
commit d2ab870193
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,8 @@
#include <cstdlib>
volatile static int BitCount = 0;
CBit::CBit() {
this->mPos.vx = 0;
@ -23,6 +25,7 @@ CBit::CBit() {
this->mFric.vx = 1;
this->mFric.vy = 1;
this->mFric.vz = 1;
BitCount++;
}

File diff suppressed because one or more lines are too long