Browse Source

Attraktor Konstruktor bearbeitet

XML_implementation
Sebastian Holzki 4 years ago
parent
commit
9fdbf7d639
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/objectPhysics.cpp

+ 5
- 0
src/objectPhysics.cpp View File

@@ -31,6 +31,11 @@ ObjectPhysics::~ObjectPhysics()

Attraktor::Attraktor(){
emitting = false;
attracting = true;
cout << "Attraktor Konstruktor" << endl;
};


Loading…
Cancel
Save