Skip to content

Commit

Permalink
Merge pull request #88635 from SaNeOr/master_update_mainloop_docs
Browse files Browse the repository at this point in the history
C#: Document that MainLoop needs to be registered in the global class
  • Loading branch information
akien-mga committed Feb 22, 2024
2 parents dd1d838 + 3122b36 commit ac7c763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/MainLoop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
[csharp]
using Godot;

[GlobalClass]
public partial class CustomMainLoop : MainLoop
{
private double _timeElapsed = 0;
Expand Down

0 comments on commit ac7c763

Please sign in to comment.