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:
parent
27e1a2aa7f
commit
9358763395
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue