code cleanup: warnings
This commit is contained in:
@@ -41,8 +41,8 @@ extern "C"{
|
||||
|
||||
RAS_StorageIM::RAS_StorageIM(int *texco_num, RAS_IRasterizer::TexCoGen *texco, int *attrib_num, RAS_IRasterizer::TexCoGen *attrib) :
|
||||
m_texco_num(texco_num),
|
||||
m_texco(texco),
|
||||
m_attrib_num(attrib_num),
|
||||
m_texco(texco),
|
||||
m_attrib(attrib)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user