mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	Fix using undefined value bug.
This commit is contained in:
		| @@ -62,8 +62,8 @@ class Screen { | ||||
|   Box stencil; | ||||
|  | ||||
|   struct Cursor { | ||||
|     int x; | ||||
|     int y; | ||||
|     int x = 0; | ||||
|     int y = 0; | ||||
|   }; | ||||
|   Cursor cursor() const { return cursor_; } | ||||
|   void SetCursor(Cursor cursor) { cursor_ = cursor; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni