Compare commits
2 Commits
master
...
XML_implem
Author | SHA1 | Date | |
---|---|---|---|
a522aa7af2 | |||
![]() |
9fdbf7d639 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,7 +32,7 @@
|
|||||||
*.DS_Store
|
*.DS_Store
|
||||||
*.Makefile
|
*.Makefile
|
||||||
Project.xcconfig
|
Project.xcconfig
|
||||||
*.make
|
|
||||||
/makefile
|
/makefile
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
*.perspective
|
*.perspective
|
||||||
|
@ -31,6 +31,11 @@ ObjectPhysics::~ObjectPhysics()
|
|||||||
|
|
||||||
Attraktor::Attraktor(){
|
Attraktor::Attraktor(){
|
||||||
|
|
||||||
|
|
||||||
|
emitting = false;
|
||||||
|
attracting = true;
|
||||||
|
|
||||||
|
cout << "Attraktor Konstruktor" << endl;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user