diff Veneer.lua @ 123:b3c0258b419d v7.3.0-1

ArtifactPower: - XP progress bar fixes Currency: - More argus stuff - Block dimensions are calculated more consistently TalkingHead - Aesthetic changes - Default right-click behaviour restored (hides the text box)
author Nenue
date Tue, 05 Sep 2017 02:56:33 -0400
parents ea2c616a3b4f
children 3f4794dca91b
line wrap: on
line diff
--- a/Veneer.lua	Mon Aug 21 22:15:46 2017 -0400
+++ b/Veneer.lua	Tue Sep 05 02:56:33 2017 -0400
@@ -319,8 +319,8 @@
 end
 
 function Veneer:Reanchor()
-  self:ExecuteOnClusters(nil, 'Reanchor')
-  self:DynamicReanchor(self)
+  --self:ExecuteOnClusters(nil, 'Reanchor')
+  self:EvaluateAnchors()
 end
 
 function Veneer:Update()