Skip to content
Snippets Groups Projects
Commit 2688b0d6 authored by CHEVALIER Noemy's avatar CHEVALIER Noemy
Browse files

Mise à jour

parent 9d72b6cf
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ public class Shukan
// Adding a openGL input handler (controller)
ShukanController myController = new ShukanController (canvas, mytoolbar, data);
ShukanController myController = new ShukanController (canvas, mytoolbar, data, student);
canvas.addKeyListener (myController);
canvas.addMouseListener (myController);
mytoolbar.addActionListener(myController);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment