mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-25 02:57:24 +00:00
Enhance FPS
This commit is contained in:
parent
0600a40b98
commit
48fc16ba58
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ type Director struct {
|
|||
roomID string
|
||||
}
|
||||
|
||||
const fps = 60
|
||||
const fps = 100
|
||||
|
||||
// NewDirector returns a new director
|
||||
func NewDirector(roomID string, imageChannel chan<- *image.RGBA, audioChannel chan<- float32, inputChannel <-chan int) *Director {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue