Remove useless warning
This commit is contained in:
parent
8746f6bf6a
commit
2b1e9d192a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
int main(int argc, char** argv) {
|
int main() {
|
||||||
int i;
|
int i;
|
||||||
Point center(0,10,0);
|
Point center(0,10,0);
|
||||||
Ball ball(center, 0, 0.25, 0, 1, 1);
|
Ball ball(center, 0, 0.25, 0, 1, 1);
|
||||||
|
|
Loading…
Reference in a new issue