We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b6624 commit 5f20a71Copy full SHA for 5f20a71
src/plugins/Max/Export/EditObjectExportLWO.cpp
@@ -37,7 +37,7 @@ bool CEditableObject::ExportLWO(LPCSTR fname)
37
F->close_chunk ();
38
}
39
// surfaces
40
- for (s_it=m_Surfaces.begin(); s_it!=m_Surfaces.end(); s_it++){
+ for (SurfaceIt s_it=m_Surfaces.begin(); s_it!=m_Surfaces.end(); s_it++){
41
CSurface* S=*s_it;
42
int im_idx=FindLPCSTR(images,S->_Texture());
43
R_ASSERT(im_idx>=0);
0 commit comments