1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Make RunOneFrame private

This commit is contained in:
disarray2077 2022-02-10 12:29:17 -03:00 committed by GitHub
parent 27e1a2aa7f
commit 9358763395
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,7 +232,7 @@ namespace SDL2
#endif #endif
} }
public void RunOneFrame() private void RunOneFrame()
{ {
int32 waitTime = 1; int32 waitTime = 1;
SDL.Event event; SDL.Event event;