1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-11 14:19:23 +00:00

Début du raport et renommage de fonction

This commit is contained in:
2016-12-30 19:49:55 +01:00
parent c9bab1fc1b
commit 09ffea11ec
5 changed files with 52 additions and 3 deletions

View File

@ -129,7 +129,7 @@ void DisplayMatrixGUI(Matrix m, bool useSDL){
printf("Press ENTER or the red cross to exit the window and continue.\n");
NewWindowFromMatrix(m);
} else {
BasicPrintMatrix(m);
printMatrix(m);
}
}