*** empty log message ***

This commit is contained in:
David Rose 2000-11-09 18:33:24 +00:00
parent 06d958a862
commit 4a76d0b66e
2 changed files with 1 additions and 3 deletions

View File

@ -386,7 +386,6 @@ generate_image() {
okflag = copy_texture_image(palette, *ti) && okflag;
}
nout << "Writing " << _filename << "\n";
_filename.make_dir();
if (!palette.write(_filename)) {
nout << "Error in writing.\n";
@ -440,7 +439,6 @@ refresh_image() {
}
if (any_changed) {
nout << "Writing " << _filename << "\n";
if (!palette.write(_filename)) {
nout << "Error in writing.\n";
okflag = false;

View File

@ -78,7 +78,7 @@ recompute_matrix() {
// Degenerate case.
_matrix = LMatrix4d::ident_mat();
} else {
LVector3d axis = LCAST(double, axis);
LVector3d axis = LCAST(double, _axis);
_matrix =
LMatrix4d::translate_mat(-_center) *