cmd/ebitenmobile: bug fix: wrong file name for GLKit.h

Updates #2192
This commit is contained in:
Hajime Hoshi 2022-07-09 17:31:21 +09:00
parent be356390e0
commit 7fdbb4a5d5
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ const objcM = `// Code generated by ebitenmobile. DO NOT EDIT.
#import <stdint.h>
#import <UIKit/UIKit.h>
#import <GLKit/GLkit.h>
#import <GLKit/GLKit.h>
#import "Ebitenmobileview.objc.h"

File diff suppressed because one or more lines are too long