mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 19:34:18 -04:00
remove untested comment
This commit is contained in:
parent
56f8e165df
commit
488dca4d06
@ -708,14 +708,8 @@ do_character(int flag_byte) {
|
|||||||
if (_dyn_f == 14) {
|
if (_dyn_f == 14) {
|
||||||
// A bitmapped character: this character has the actual w x h
|
// A bitmapped character: this character has the actual w x h
|
||||||
// bits stored directly in the pk file. This kind of character
|
// bits stored directly in the pk file. This kind of character
|
||||||
// is quite rare, and the code is therefore untested.
|
// is quite rare, but it's come up at least once, so the code
|
||||||
if (h > 0 && w > 0) {
|
// has been seen to work.
|
||||||
nout
|
|
||||||
<< "\nA rare bitmapped character encountered! You are now running\n"
|
|
||||||
<< "untested code. If this works, change this line in the program\n"
|
|
||||||
<< "to indicate that the code is actually tested!\n\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
unsigned int bit = 0;
|
unsigned int bit = 0;
|
||||||
unsigned int byte = 0;
|
unsigned int byte = 0;
|
||||||
for (unsigned int y = 0; y < h; y++) {
|
for (unsigned int y = 0; y < h; y++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user