move weather library out of gfx

This commit is contained in:
MihailRis
2025-03-05 18:39:34 +03:00
parent 8640730520
commit 7a86cbdd60
5 changed files with 12 additions and 12 deletions
-1
View File
@@ -36,7 +36,6 @@ void scripting::on_frontend_init(Hud* hud, WorldRenderer* renderer) {
lua::openlib(L, "gfx", "blockwraps", blockwrapslib);
lua::openlib(L, "gfx", "particles", particleslib);
lua::openlib(L, "gfx", "text3d", text3dlib);
lua::openlib(L, "gfx", "weather", weatherlib);
load_script("hud_classes.lua");