mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-26 19:05:30 +01:00
Add math.round and fix vector.round (#10803)
This commit is contained in:
@@ -20,7 +20,7 @@ read_globals = {
|
||||
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn", "indexof", "insert_all"}},
|
||||
math = {fields = {"hypot"}},
|
||||
math = {fields = {"hypot", "round"}},
|
||||
}
|
||||
|
||||
globals = {
|
||||
|
||||
Reference in New Issue
Block a user