Browse Source

Fix spelling

habeebweeb 4 năm trước cách đây
mục cha
commit
9707158c52

+ 2 - 2
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/LightsPane.cs

@@ -50,7 +50,7 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
             this.lightManager = this.environmentManager.LightManager;
             this.lightManager.Rotate += (s, a) => UpdateRotation();
             this.lightManager.Scale += (s, a) => UpdateScale();
-            this.lightManager.Select += (s, a) => UpdateCurretLight();
+            this.lightManager.Select += (s, a) => UpdateCurrentLight();
             this.lightManager.ListModified += (s, a) => UpdateList();
 
             this.lightTypeGrid = new SelectionGrid(Translation.GetArray("lightType", lightTypes));
@@ -237,7 +237,7 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
             this.updating = false;
         }
 
-        private void UpdateCurretLight()
+        private void UpdateCurrentLight()
         {
             this.updating = true;
             this.lightDropdown.SelectedItemIndex = this.lightManager.SelectedLightIndex;

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/PropManager.cs

@@ -179,7 +179,7 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
 
             if (dogu != null)
             {
-                // TODO: Figure out why some props aren't centered properly
+                // TODO: Figure out why some props aren't centred properly
                 // Doesn't happen in MM but even after copy pasting the code, it doesn't work :/
                 GameObject deploymentObject = GetDeploymentObject();
                 GameObject finalDogu = new GameObject();