This commit is contained in:
@@ -7,7 +7,7 @@ import imgui.app.Configuration;
|
|||||||
public class Main extends Application {
|
public class Main extends Application {
|
||||||
@Override
|
@Override
|
||||||
protected void configure(Configuration config) {
|
protected void configure(Configuration config) {
|
||||||
config.setTitle("Dear ImGui is Awesome!");
|
config.setTitle("Let's play sudoku!");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ public class ImmutableCell extends Cell {
|
|||||||
super(symbolIndex);
|
super(symbolIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user