Skip to content

Commit

Permalink
Fixed comment in GL_TotalReset
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Aug 5, 2011
1 parent 121ca12 commit 6f963c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/gl_main.c
Expand Up @@ -761,7 +761,7 @@ void GL_TotalReset(void)
// Update the secondary title and the game status.
Rend_ConsoleUpdateTitle();

// Delete all textures.
// Release all texture memory.
GL_ResetTextureManager();
GL_ReleaseReservedNames();

Expand Down

0 comments on commit 6f963c2

Please sign in to comment.