Internal editor: minimal compilation fixes

This commit is contained in:
Louis Gombert
2024-05-23 08:06:24 +02:00
parent 0fa8705291
commit 87f19acc2f
45 changed files with 370 additions and 235 deletions

View File

@@ -1039,7 +1039,7 @@ void CEditorView::OnZbutton()
{
// TODO: Add your command handler code here
Use_software_zbuffer=!Use_software_zbuffer;
tex_SetZBufferState (Use_software_zbuffer);
// tex_SetZBufferState (Use_software_zbuffer); // LGT: not defined
State_changed=1;
}