Removed spurious set_inverted

This commit is contained in:
Josh Yelon 2006-06-08 15:09:35 +00:00
parent 4a62c9c107
commit 25cd86b34f
1 changed files with 0 additions and 1 deletions

View File

@ -554,7 +554,6 @@ set_properties_now(WindowProperties &properties) {
// When the window is first opened, force its size to be
// broadcast to its display regions.
_is_valid = true;
set_inverted(_gsg->get_copy_texture_inverted());
set_size_and_recalc(_properties.get_x_size(),
_properties.get_y_size());
} else {