Skip to content

Commit

Permalink
Merge pull request #43 from eXpansionPluginPack/master
Browse files Browse the repository at this point in the history
ZIndex offset changed
  • Loading branch information
magnetik committed Jan 24, 2014
2 parents 6299939 + 4672b2a commit cde10f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ManiaLive/Gui/Window.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ abstract class Window extends Container implements TickListener
const Z_MAXIMIZED = 0;
const Z_MODAL = 25;
const Z_MAX = 50;
const Z_OFFSET = .1;
const Z_OFFSET = .00001;

const LAYER_NORMAL = 'normal';
const LAYER_SCORES_TABLE = 'scorestable';
Expand Down

0 comments on commit cde10f0

Please sign in to comment.