Skip to content

Commit

Permalink
Merge pull request #14 from o-tr/master
Browse files Browse the repository at this point in the history
v0.2.11をリリース
  • Loading branch information
o-tr authored Nov 24, 2024
2 parents 3558c1a + d94d738 commit d7842ac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified Assets/Textures/SplashScreen/ImageSlide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/Textures/SplashScreen/ImageSlideViewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Runtime/jp.ootr.ImageSlide/Scripts/31_UISourceList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class UISourceList : LogicPreloadUrls

protected void AddUrl([CanBeNull]VRCUrl url, URLType type, [CanBeNull]string options)
{
if (url == null || url.ToString().IsValidUrl())
if (url == null || !url.ToString().IsValidUrl())
{
ConsoleError("invalid url", _uiSourceListPrefix);
return;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jp.ootr.image-slide",
"displayName": "ImageSlide",
"version": "0.2.10",
"version": "0.2.11",
"license": "MIT",
"unity": "2022.3",
"description": "Slide gimmick for VRChat using ImageDeviceController",
Expand Down

0 comments on commit d7842ac

Please sign in to comment.