Skip to content

Commit

Permalink
Removed confusing scaledWid/Hei
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed May 24, 2024
1 parent dc9816c commit d83beae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/dn/Process.hx
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ class Process {
public var stageWid(get,never) : Int;
public var stageHei(get,never) : Int;

#if heaps
public var scaledRootWid(get,never) : Int; function get_scaledRootWid() return M.ceil( stageWid / (root!=null?root.scaleX:1) );
public var scaledRootHei(get,never) : Int; function get_scaledRootHei() return M.ceil( stageHei / (root!=null?root.scaleY:1) );
#end

/** Delayer allows for callbacks to be called in a future frame **/
public var delayer : dn.Delayer;

Expand Down

0 comments on commit d83beae

Please sign in to comment.