rename to dotscape
This commit is contained in:
@@ -11,7 +11,7 @@ struct
|
||||
val _ = Glfw.windowHint (Glfw.SAMPLES (), 4)
|
||||
val window =
|
||||
Glfw.createWindow
|
||||
(Constants.windowWidth, Constants.windowHeight, "MLton - dot to dot")
|
||||
(Constants.windowWidth, Constants.windowHeight, "Dotscape")
|
||||
val _ = Glfw.makeContextCurrent window
|
||||
val _ = Gles3.loadGlad ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user