-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor code for readability and fix calculation issue
This commit adjusts the indentation to improve the readability of the code across several files in the project. The changes within DrawList.kt primarily involve updating the indentation for multiple function calls and block of codes. Also, in 'drawList support.kt', the calculation for the variable 'a' has been corrected by replacing the hard-coded value with the constant DRAWLIST_ARCFAST_TABLE_SIZE. #191
- Loading branch information
Showing
3 changed files
with
27 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,8 @@ Pos=650,20 | |
Size=550,680 | ||
Collapsed=0 | ||
|
||
[Window][Example: Custom rendering] | ||
Pos=60,60 | ||
Size=485,414 | ||
Collapsed=0 | ||
|