Skip to content

Commit

Permalink
[SP] Match R_LerpTag with MP API for the UI too
Browse files Browse the repository at this point in the history
  • Loading branch information
SomaZ committed Oct 4, 2023
1 parent e40982b commit 3ac87fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/ui_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ typedef struct {
//========= model collision ===============

// R_LerpTag is only valid for md3 models
void (*R_LerpTag)( orientation_t *tag, clipHandle_t mod, int startFrame, int endFrame,
int (*R_LerpTag)( orientation_t *tag, clipHandle_t mod, int startFrame, int endFrame,
float frac, const char *tagName );

// =========== sound function calls ===============
Expand Down

0 comments on commit 3ac87fd

Please sign in to comment.