[DEV] Android update the vec3 new access

This commit is contained in:
Edouard DUPIN 2013-02-05 23:05:07 +01:00
parent f4e056348a
commit 4127dfbfdf

View File

@ -600,8 +600,7 @@ void guiInterface::ChangePos(ivec2 size)
void guiInterface::GetAbsPos(ivec2& size)
{
size.x = 0;
size.y = 0;
size.setValue(0,0);
}
void guiInterface::ForceOrientation(ewol::orientation_te orientation)