Fix merge issue

iamAdrianIusca-master
Kim Kulling 2020-07-27 11:18:46 +02:00 committed by GitHub
parent 08f945b7ec
commit 1607c8e6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -467,7 +467,6 @@ void StandardShapes::MakeCircle(ai_real radius, unsigned int tess,
ai_real s = 1.0; // std::cos(angle == 0);
ai_real t = 0.0; // std::sin(angle == 0);
<<<<<<< HEAD
for (ai_real angle = 0.0; angle < angle_max;) {
positions.emplace_back(aiVector3D(s * radius, 0.0, t * radius));
angle += angle_delta;