SDL_test: pass data pointer to unit tests
This commit is contained in:
committed by
Anonymous Maarten
parent
741c04b339
commit
2f4b2df595
@@ -40,7 +40,7 @@ Uint32 getRandomUint32() {
|
||||
/*
|
||||
* Resets PRNG state to initialize tests using PRNG
|
||||
*/
|
||||
void blitSetUp(void *arg) {
|
||||
void blitSetUp(void **arg) {
|
||||
rngState[0] = 1;
|
||||
rngState[1] = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user