Fix return types from boolean/false to pointer/NULL.

This commit is contained in:
Tomer Barletz
2016-07-11 15:38:49 -07:00
parent a9653b88e7
commit 732cd33239
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1305,7 +1305,7 @@ namespace crnlib
*pActualComps = 0;
if ((req_comps < 1) || (req_comps > 4))
return false;
return NULL;
mipmapped_texture tex;