Skip to content
Snippets Groups Projects
Commit 3403ad1c authored by bosskkev's avatar bosskkev
Browse files

test

parent 0b279ab1
No related branches found
No related tags found
No related merge requests found
Pipeline #22937 failed
......@@ -28,7 +28,7 @@ public class Kernel {
this.grid = new Grid(); // Will create a new grid and a new kernel
grid.init(gameName, width, height); // Will start the kernel and set the keys listeners
engines.add(this.grid);
engines.add(this.grid);//
this.start();
this.setKeysListeners((JPanel) this.grid.getContentPane());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment