Skip to content

Commit de8a536

Browse files
committed
tweaked weird tabs.
1 parent ae6e90f commit de8a536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/HoloToolkit-Examples/Prototyping/Shaders/UnlitTransparentTriplanar.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Shader "HoloToolkit/Examples/UnlitTransparentTriplanar"
5353
float1 _LightIntensity;
5454
float1 _CameraIntensity;
5555
UNITY_INSTANCING_CBUFFER_START(Props)
56-
UNITY_DEFINE_INSTANCED_PROP(fixed4, _Color)
56+
UNITY_DEFINE_INSTANCED_PROP(fixed4, _Color)
5757
UNITY_INSTANCING_CBUFFER_END
5858

5959

Assets/HoloToolkit-Examples/Prototyping/Shaders/UnlitTriplanar.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Shader "HoloToolkit/Examples/UnlitTriplanar"
4747
float1 _LightIntensity;
4848
float1 _CameraIntensity;
4949
UNITY_INSTANCING_CBUFFER_START(Props)
50-
UNITY_DEFINE_INSTANCED_PROP(fixed4, _Color)
50+
UNITY_DEFINE_INSTANCED_PROP(fixed4, _Color)
5151
UNITY_INSTANCING_CBUFFER_END
5252

5353

0 commit comments

Comments
 (0)