Skip to content

Conversation

@pollend
Copy link
Collaborator

@pollend pollend commented Feb 26, 2024

add mod mem to to ref_gl module and fixed assertion for mem.c

@pollend pollend force-pushed the feature/add-mod-mem-to-refgl branch from c4d7588 to da794ec Compare February 26, 2024 15:52
Signed-off-by: Michael Pollind <[email protected]>
Signed-off-by: Michael Pollind <[email protected]>
@pollend pollend force-pushed the feature/add-mod-mem-to-refgl branch from da794ec to ef06cec Compare February 26, 2024 16:10
@pollend pollend force-pushed the feature/add-mod-mem-to-refgl branch from 20d3b42 to 144fbd4 Compare February 27, 2024 06:43
void R_InitModels( void )
{
mod_mempool = R_AllocPool( r_mempool, "Models" );
mod_mempool = Q_CreatePool(NULL, "Models");
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for a module by default this will use the pool under cl_vid

@pollend pollend marked this pull request as draft February 29, 2024 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants