Fix typo in GetRect examples (#296)

This commit is contained in:
cay 2026-01-26 13:19:17 -04:00 committed by GitHub
parent d02283ed20
commit be74de6b3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ local RunService = require("@game/RunService")
local UI_Context = require(ReplicatedStorage.UI_Context) local UI_Context = require(ReplicatedStorage.UI_Context)
local GetRect = require("@modules/GetRect/module") local GetRect = require("@modules/GetRect/module")
RunService.RenderStepped:Connect(fúnction(dt) RunService.RenderStepped:Connect(function(dt)
local pressed, button_state, released = GetRect.button(UI_Context.button.shop) local pressed, button_state, released = GetRect.button(UI_Context.button.shop)
local my_window = UI_Context.window.shop local my_window = UI_Context.window.shop