File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
<ApplicationIcon >game.ico</ApplicationIcon >
7
7
<ApplicationManifest >app.manifest</ApplicationManifest >
8
8
<Version >0.0.0</Version >
9
- <FileVersion >2023.928.0 </FileVersion >
9
+ <FileVersion >2023.928.1 </FileVersion >
10
10
<Title >VRCOSC</Title >
11
11
<Authors >VolcanicArts</Authors >
12
12
<Company >VolcanicArts</Company >
13
13
<Nullable >enable</Nullable >
14
- <AssemblyVersion >2023.928.0 </AssemblyVersion >
14
+ <AssemblyVersion >2023.928.1 </AssemblyVersion >
15
15
</PropertyGroup >
16
16
<ItemGroup Label =" Project References" >
17
17
<ProjectReference Include =" ..\VRCOSC.Game\VRCOSC.Game.csproj" />
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ private void createClip()
46
46
clip . End . Value = upperBound ;
47
47
clip . Priority . Value = Layer . Priority ;
48
48
49
+ clip . Load ( ) ;
49
50
appManager . ChatBoxManager . Clips . Add ( clip ) ;
50
51
51
52
Hide ( ) ;
You can’t perform that action at this time.
0 commit comments