Menu

Commit [r972]  Maximize  Restore  History

In LocalBlockoutBoard, removing three cases where

RasterFloatGraphics.setClip(null) was being used, immediately after
instantiation of that RasterFloatGraphics. The constructor of that class calls
that method internally, so it was a wasted effort. We have to be careful to
not remove calls to this setClip(null) method when it's actually doing
something important, and not immediately following the constructor.

nerius 2023-09-05

changed /blockout/src/net/blockout/impl/LocalBlockoutBoard.java
/blockout/src/net/blockout/impl/LocalBlockoutBoard.java Diff Switch to side-by-side view
Loading...