mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ui: Bug fix: unused variable
This commit is contained in:
parent
ea377b8e20
commit
858b391592
@ -146,7 +146,6 @@ func (u *userInterface) Start(width, height, scale int, title string) error {
|
||||
u.runOnMainThread(func() {
|
||||
m := glfw.GetPrimaryMonitor()
|
||||
v := m.GetVideoMode()
|
||||
mw, _ := m.GetPhysicalSize()
|
||||
u.deviceScale = deviceScale()
|
||||
u.framebufferScale = 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user