Merge branch 'bugfix-iss15' into develop

This commit is contained in:
Krisjanis Rijnieks
2014-11-05 20:49:26 +01:00
+1 -1
View File
@@ -167,7 +167,7 @@ void TextureEditor::moveTexCoords(ofVec2f by) {
surface->getSource()->getTexture()->getHeight());
for (int i = 0; i < texCoords.size(); i++) {
joints[i]->position += by;
texCoords[i] = joints[i]->position / textureSize;
surface->setTexCoord(i, joints[i]->position / textureSize);
}
}