View Single Post
08-30-17, 08:24 PM   #7
KrysEmlyn
A Fallenroot Satyr
Join Date: Nov 2011
Posts: 28
The fix I mentioned has already been rolled into Carbonite:
Code:
 function Nx:NXMapKeyScaleRestore()
-	local map = self.Map:GetMap (1)
+	local map = Nx.Map:GetMap (1)
 	map:Menu_OnScaleRestore()
 end
(Copied from the GitHub repository)

I copied this change into my local copy yesterday to test that it works as I think I saw a comment about having the change tested. I'll be downloading the alpha version that was put out today, which contains this fix.
  Reply With Quote