Merge branch 'main' into heightmaps

This commit is contained in:
MihailRis
2024-09-06 18:38:53 +03:00
7 changed files with 100 additions and 22 deletions
+3
View File
@@ -22,6 +22,9 @@ local Camera = {__index={
local wrappers = {}
cameras.get = function(name)
if type(name) == 'number' then
return cameras.get(cameras.name(name))
end
local wrapper = wrappers[name]
if wrapper ~= nil then
return wrapper