OSDN Git Service

Updated comment for create_angband_image() since it no longer looks up the path in...
authorEric Branlund <ebranlund@fastmail.com>
Sat, 15 Aug 2020 06:17:20 +0000 (23:17 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sat, 15 Aug 2020 06:17:20 +0000 (23:17 -0700)
src/main-cocoa.m

index a731e51..e8abeaa 100644 (file)
@@ -4411,8 +4411,8 @@ static void Term_nuke_cocoa(term *t)
 }
 
 /**
- * Returns the CGImageRef corresponding to an image with the given name in the
- * resource directory, transferring ownership to the caller
+ * Returns the CGImageRef corresponding to an image with the given path.
+ * Transfers ownership to the caller.
  */
 static CGImageRef create_angband_image(NSString *path)
 {