fix sanity check warning
This commit is contained in:
@@ -28,7 +28,7 @@ namespace RenderManager {
|
||||
vec2 RightAlignedButtonsCursorPos = UI::GetCursorPos();
|
||||
|
||||
if (UI::Button(Icons::Info + ' Info')) {
|
||||
OpenBrowserURL('https://openplanet.dev/plugin/' + Meta::ExecutingPlugin().get_SiteID());
|
||||
OpenBrowserURL('https://openplanet.dev/plugin/' + Meta::ExecutingPlugin().SiteID);
|
||||
}
|
||||
UI::SameLine();
|
||||
|
||||
|
Reference in New Issue
Block a user