Skip to content
Snippets Groups Projects
Commit 567073a6 authored by dg's avatar dg
Browse files

Mousewheel in the combat log removes the fade, as in the chat log

git-svn-id: http://svn.net-core.org/repos/t-engine4@5946 51575b47-30f0-44d4-a5cc-537603b46e54
parent 580aac4a
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ function _M:resetFade()
-- Reset fade
local time = core.game.getTime()
for i = 1, #self.dlist do
self.dlist[i].date = time
for i = 1, #self.log do
self.log[i].timestamp = time
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment