mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2025-05-31 14:11:42 +05:30
Eliminated unneeded parameter
This commit is contained in:
@@ -78,10 +78,9 @@ unsigned int gettexturebatch(
|
||||
return totaltextures;
|
||||
}
|
||||
|
||||
void gettextures(unsigned int *t,
|
||||
struct TexturePack *tp,
|
||||
struct TextureBatch **tb,
|
||||
struct TextureBatchDescriptor **bds) {
|
||||
void locatetextures(unsigned int *t,
|
||||
struct TexturePack *tp,
|
||||
struct TextureBatchDescriptor **bds) {
|
||||
unsigned int i;
|
||||
unsigned int j;
|
||||
// k is access to index of textures.
|
||||
|
||||
Reference in New Issue
Block a user