mirror of
https://github.com/airstruck/luigi.git
synced 2026-02-22 03:46:52 -07:00
Scrolling improvements, fixes #13
This commit is contained in:
@@ -77,7 +77,7 @@ local function renderMulti (self, font, text, color, align, limit)
|
||||
sdl.setTextureAlphaMod(self.sdlTexture, alphaMod)
|
||||
end
|
||||
|
||||
self.width, self.height = surface.w, surface.h
|
||||
self.width, self.height = limit, height
|
||||
end
|
||||
|
||||
function Text:constructor (renderer, font, text, color, align, limit)
|
||||
|
||||
Reference in New Issue
Block a user