فهرست منبع

Fix typo in Scene.hx (#791)

Fix little typo in Scene.hx
Arnaud Duforat 5 سال پیش
والد
کامیت
3a77692afe
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      h2d/Scene.hx

+ 1 - 1
h2d/Scene.hx

@@ -209,7 +209,7 @@ class Scene extends Layers implements h3d.IDrawable implements hxd.SceneEvents.I
 	/**
 		Set the fixed size for the scene, will prevent automatic scene resizing when screen size changes.
 	**/
-	@:deprecated("setFixedSize is deprecated, use scaleMode = Strech(w, h) instead")
+	@:deprecated("setFixedSize is deprecated, use scaleMode = Stretch(w, h) instead")
 	public function setFixedSize( w : Int, h : Int ) {
 		scaleMode = Stretch(w, h);
 	}