diff options
Diffstat (limited to 'src/rend2/tr_image.c')
-rw-r--r-- | src/rend2/tr_image.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rend2/tr_image.c b/src/rend2/tr_image.c index 20edb0af..13dda827 100644 --- a/src/rend2/tr_image.c +++ b/src/rend2/tr_image.c @@ -3349,8 +3349,7 @@ qhandle_t RE_RegisterSkin( const char *name ) { Q_strncpyz( skin->name, name, sizeof( skin->name ) ); skin->numSurfaces = 0; - // make sure the render thread is stopped - R_SyncRenderThread(); + R_IssuePendingRenderCommands(); // If not a .skin file, load as a single shader if ( strcmp( name + strlen( name ) - 5, ".skin" ) ) { |