mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +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() {
|
u.runOnMainThread(func() {
|
||||||
m := glfw.GetPrimaryMonitor()
|
m := glfw.GetPrimaryMonitor()
|
||||||
v := m.GetVideoMode()
|
v := m.GetVideoMode()
|
||||||
mw, _ := m.GetPhysicalSize()
|
|
||||||
u.deviceScale = deviceScale()
|
u.deviceScale = deviceScale()
|
||||||
u.framebufferScale = 1
|
u.framebufferScale = 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user