Fixed typo

master
qwertymine3 2015-11-15 19:06:30 +00:00
parent a971746c40
commit 643cbbcb92
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ maps.scaled_centred_height_map = {
return scale(centre_height(pos.y,self.centre),self.scale)
end,
get2d = zero,
contruct = function(self,def)
construct = function(self,def)
self.centre = def.centre
self.scale = def.scale
return