From 4a76d0b66e01f2103e1832fb38f066c2f3ee2839 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 9 Nov 2000 18:33:24 +0000 Subject: [PATCH] *** empty log message *** --- pandatool/src/egg-palettize/palette.cxx | 2 -- pandatool/src/flt/fltTransformRotateAboutPoint.cxx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pandatool/src/egg-palettize/palette.cxx b/pandatool/src/egg-palettize/palette.cxx index 9c85514431..7176f507a3 100644 --- a/pandatool/src/egg-palettize/palette.cxx +++ b/pandatool/src/egg-palettize/palette.cxx @@ -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; diff --git a/pandatool/src/flt/fltTransformRotateAboutPoint.cxx b/pandatool/src/flt/fltTransformRotateAboutPoint.cxx index b5ab313997..71a27b3062 100644 --- a/pandatool/src/flt/fltTransformRotateAboutPoint.cxx +++ b/pandatool/src/flt/fltTransformRotateAboutPoint.cxx @@ -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) *