Skip to content

Commit

Permalink
reintroduce test syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Jan 22, 2024
1 parent 38ff66a commit fe5ec32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Material:
- _MainTex:
m_Texture: {fileID: 2800000, guid: 71f14d5f7422f9346af23185b106a77b, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Offset: {x: -3.2531915, y: -3.2531915}
- _MainTexture:
m_Texture: {fileID: 2800000, guid: 71f14d5f7422f9346af23185b106a77b, type: 3}
m_Scale: {x: 1, y: 1}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public void RequestScreenshot(int delayInFrames = 0)

public RecordingSession StartRecordingSession(string name)
{
BEEP BOOP SYNTAX ERROR

// Generate a session ID for this recording.
var sessionId = Guid.NewGuid();
var sessionDirectory = Path.Combine(
Expand Down

0 comments on commit fe5ec32

Please sign in to comment.