Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
Fixed localization of native libraries
Browse files Browse the repository at this point in the history
Really just pulled something along the lines of early-onset dementia and forgot all about module() creating its own environment.
  • Loading branch information
piqey committed Aug 28, 2019
1 parent 9ea48e1 commit 9538d5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/includes/modules/polynomials.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local math = math

--[[
lua-polynomials is a Lua module created by piqey
(John Kushmer) for finding the roots of second,
Expand Down

0 comments on commit 9538d5c

Please sign in to comment.