mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 19:12:24 -05:00
Merge pull request #2226 from romulox-x/xyzFixIos
fixed ios compilation error
This commit is contained in:
commit
f697ec2fe0
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ static int frame_count = 0;
|
|||
|
||||
// this might be necessary before here
|
||||
for (NSString* key in [[NSBundle mainBundle] infoDictionary]) {
|
||||
NSObject* value = [xyz objectForKey:key];
|
||||
NSObject* value = [[[NSBundle mainBundle] infoDictionary] objectForKey:key];
|
||||
String ukey = String::utf8([key UTF8String]);
|
||||
|
||||
// we need a NSObject to Variant conversor
|
||||
|
|
Loading…
Add table
Reference in a new issue