mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
fix memory leaks + minor refactor
This commit is contained in:
@ -1,13 +1,9 @@
|
||||
import Darwin
|
||||
|
||||
var rect = Rect(origin: .init(0, 0), size: .init(32, 32))
|
||||
rect.origin += Point(10, 10)
|
||||
|
||||
let app = Application(
|
||||
delegate: Game(),
|
||||
configuration: ApplicationConfiguration(
|
||||
width: 1280,
|
||||
height: 720,
|
||||
frame: Size(1280, 720),
|
||||
title: "Voxelotl Demo",
|
||||
flags: [ .resizable, .highDPI ],
|
||||
vsyncMode: .on(interval: 1)))
|
||||
|
Reference in New Issue
Block a user