Skip to content

Commit

Permalink
Merge pull request #15 from o-tr/master
Browse files Browse the repository at this point in the history
v0.2.12をリリース
  • Loading branch information
o-tr authored Nov 24, 2024
2 parents d7842ac + b373a2c commit 323635c
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/42_UISlide.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private void SetTexture(int index)
slideMainViewNote.text = "";
foreach (var device in devices)
{
if (device != null || !device.IsCastableDevice() ||
if (device == null || !device.IsCastableDevice() ||
!deviceSelectedUuids.Has(device.deviceUuid)) continue;
device.LoadImage(Sources[sourceIndex], source);
}
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.11",
"version": "0.2.12",
"license": "MIT",
"unity": "2022.3",
"description": "Slide gimmick for VRChat using ImageDeviceController",
Expand Down

0 comments on commit 323635c

Please sign in to comment.