[DEV] open the good file for 3d textured

This commit is contained in:
Edouard DUPIN 2012-11-12 21:03:32 +01:00
parent 17dfbc7cb1
commit 08e97b1fba

View File

@ -20,7 +20,7 @@ ewol::OObject3DTextured::OObject3DTextured(etk::UString textureName, float sizeX
if (false == ewol::resource::Keep(textureName, m_resource, etk::Vector2D<int32_t>(sizeX,sizeY)) ) {
EWOL_CRITICAL("can not get a resource Texture");
}
etk::UString tmpString("textured3D.prog");
etk::UString tmpString("DATA:textured3D.prog");
// get the shader resource :
m_GLPosition = 0;
if (true == ewol::resource::Keep(tmpString, m_GLprogram) ) {