Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shichen85 committed Sep 11, 2024
1 parent 68d81cd commit 67b3f67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Ganary/objects/grc_o_video_function_test/Draw_64.gml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/// @description Insert description here
// You can write your code in this editor
var _data = video_draw();
var _volume = 1;
video_set_volume(_volume);

var _status = _data[0];

if (_status == 0)
Expand Down

0 comments on commit 67b3f67

Please sign in to comment.