mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
Fix missing return value in Block_WriteFullBright (thanks Unk)
This commit is contained in:
parent
e82fb20943
commit
c93a3c56c2
1 changed files with 1 additions and 0 deletions
|
@ -572,6 +572,7 @@ cc_uint8 Block_WriteFullBright(cc_uint8 brightness) {
|
|||
} else {
|
||||
return 0;
|
||||
}
|
||||
return fullBright;
|
||||
}
|
||||
|
||||
/*########################################################################################################################*
|
||||
|
|
Loading…
Reference in a new issue