master to main rename (#1379)

* master -> main

* Missed some instances of master
This commit is contained in:
Derek Hensley
2023-09-22 12:57:21 -03:00
committed by GitHub
parent d353e56be6
commit 19a605c2e7
11 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -325,6 +325,6 @@ void ObjTree_Draw(Actor* thisx, PlayState* play) {
TODO: find some examples for this one.
For even more examples, you can consult [the OoT tutorial](https://github.com/zeldaret/oot/blob/master/docs/tutorial/draw_functions.md)
For even more examples, you can consult [the OoT tutorial](https://github.com/zeldaret/oot/blob/main/docs/tutorial/draw_functions.md)
Next: [Data](data.md)