Skip to content

Commit 3c21bab

Browse files
committed
tr_image: rename generated textures as *name
1 parent 516f704 commit 3c21bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/renderer/tr_image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,7 @@ qhandle_t RE_GenerateTexture( const byte *pic, int width, int height )
28502850
{
28512851
R_SyncRenderThread();
28522852

2853-
std::string name = Str::Format( "$generatedTexture%d", tr.numGeneratedTextures++ );
2853+
std::string name = Str::Format( "*generatedTexture%d", tr.numGeneratedTextures++ );
28542854

28552855
imageParams_t imageParams = {};
28562856
imageParams.bits = IF_NOPICMIP;

0 commit comments

Comments
 (0)