Skip to content

Commit ba053e9

Browse files
committed
tr_image: rename generated textures as *name
1 parent 4861bb7 commit ba053e9

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
@@ -2966,7 +2966,7 @@ qhandle_t RE_GenerateTexture( const byte *pic, int width, int height )
29662966
{
29672967
R_SyncRenderThread();
29682968

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

29712971
imageParams_t imageParams = {};
29722972
imageParams.bits = IF_NOPICMIP;

0 commit comments

Comments
 (0)