Skip to content

Commit

Permalink
None of these commit messages are gonna be helpful
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogpod committed Jul 19, 2020
1 parent a9aa084 commit 66b6b19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lua/autorun/optimize.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,9 @@ game.GetMap = memoize(game.GetMap)

tonumber = memoize(tonumber)
tostring = memoize(tostring)
Color = memoize(Color)
Vector = memoize(Vector)
Angle = memoize(Angle)
tobool = memoize(tobool)

if CLIENT then
Material = memoize(Material)
surface.CreateFont = memoize(surface.CreateFont)
surface.GetTextureID = memoize(surface.GetTextureID)
ScreenScale = memoize(ScreenScale)
end
File renamed without changes.

0 comments on commit 66b6b19

Please sign in to comment.