mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
Copy out the model functions pointer.
This commit is contained in:
parent
352eb5ece4
commit
f5d6959f4b
1 changed files with 1 additions and 0 deletions
|
@ -74,5 +74,6 @@ R_Init (void)
|
|||
vidrend_plugin->string);
|
||||
}
|
||||
r_funcs = vidrendmodule->functions->vid_render;
|
||||
mod_funcs = r_funcs->model_funcs;
|
||||
r_data = vidrendmodule->data->vid_render;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue