Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Debug: R_CreateFontFromFile prints missing resource path
  • Loading branch information
skyjake committed Feb 4, 2012
1 parent c325156 commit 16a49d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/engine/portable/src/r_data.c
Expand Up @@ -3159,6 +3159,7 @@ font_t* R_CreateFontFromFile(const Uri* uri, const char* resourcePath)
{
#if _DEBUG
Con_Message("Warning:R_CreateFontFromFile: Invalid Uri or ResourcePath reference, ignoring.\n");
if(resourcePath) Con_Message(" Resource path: %s\n", resourcePath);
#endif
return NULL;
}
Expand Down

0 comments on commit 16a49d7

Please sign in to comment.