Skip to content
Snippets Groups Projects
Commit 29330c55 authored by Maxime Graulich's avatar Maxime Graulich
Browse files

Remove useless files from android project

parent 9de21584
No related branches found
No related tags found
No related merge requests found
contrib/mobile/Android/res/drawable-hdpi/ic_action_search.png

555 B

contrib/mobile/Android/res/drawable-mdpi/ic_action_search.png

2.96 KiB

......@@ -101,7 +101,7 @@ void drawGModel::setTranslation(float tx, float ty, float tz)
_translation[0] = _translation[1] = _translation[2] = 0;
else
{
_translation[0] += tx * (this->right - this->left);
_translation[0] += tx * (this->right - this->left);
_translation[1] += ty * (this->right - this->left);
_translation[2] += tz * (this->right - this->left);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment