aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-10 22:51:43 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-10 22:51:43 -0500
commit6e207e667ddc77f0901e402fd6d6e04ddf7cd89f (patch)
tree66a47922a86e22af98ab6c9085d9ff0a6e96971b
parent332576ad136c1c5701c72996cbb9bbf8d397f37f (diff)
downloaderable-godot-6e207e667ddc77f0901e402fd6d6e04ddf7cd89f.tar.gz
erable-godot-6e207e667ddc77f0901e402fd6d6e04ddf7cd89f.tar.bz2
erable-godot-6e207e667ddc77f0901e402fd6d6e04ddf7cd89f.zip
Fixes
-rw-r--r--Sirop.Backend/Playback.cs2
-rw-r--r--Sirop.Backend/Version.cs6
2 files changed, 4 insertions, 4 deletions
diff --git a/Sirop.Backend/Playback.cs b/Sirop.Backend/Playback.cs
index 940382c..bec3d21 100644
--- a/Sirop.Backend/Playback.cs
+++ b/Sirop.Backend/Playback.cs
@@ -40,7 +40,7 @@ namespace Sirop.Backend
pipeline.SetState(State.Null);
- }
+ }
public static void StopAudio()
{
diff --git a/Sirop.Backend/Version.cs b/Sirop.Backend/Version.cs
index 15ed016..df30c15 100644
--- a/Sirop.Backend/Version.cs
+++ b/Sirop.Backend/Version.cs
@@ -1,8 +1,8 @@
-namespace Erable
+namespace Sirop.Backend
{
public class Version
{
- public string ErableVersion = "0.1";
- public string SiropVersion = "0.1";
+ public static string ErableVersion = "0.1";
+ public static string SiropVersion = "0.1";
}
} \ No newline at end of file