mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Fix misspelling (again)
This commit is contained in:
parent
155ee828b8
commit
a88deb03b5
@ -53,7 +53,7 @@ func init() {
|
|||||||
func update(screen *ebiten.Image) error {
|
func update(screen *ebiten.Image) error {
|
||||||
// TODO: DeviceScaleFactor() might return different values for different monitors.
|
// TODO: DeviceScaleFactor() might return different values for different monitors.
|
||||||
// Add a mode to adjust the screen size along with the current device scale (#705).
|
// Add a mode to adjust the screen size along with the current device scale (#705).
|
||||||
// Now this example uses the device scale initialized at the begining of this application.
|
// Now this example uses the device scale initialized at the beginning of this application.
|
||||||
|
|
||||||
if highDPIImage == nil {
|
if highDPIImage == nil {
|
||||||
// Use select and 'default' clause for non-blocking receiving.
|
// Use select and 'default' clause for non-blocking receiving.
|
||||||
|
Loading…
Reference in New Issue
Block a user