Sha256: 393d53e75374b735b0367fca4209f770d4f43df40b0ad83d8084b52322cffb18

Contents?: true

Size: 646 Bytes

Versions: 2

Compression:

Stored size: 646 Bytes

Contents

Index: GosuImpl/RubyGosu_wrap.cxx
===================================================================
--- GosuImpl/RubyGosu_wrap.cxx
+++ GosuImpl/RubyGosu_wrap.cxx
@@ -2877,14 +2877,14 @@ SwigDirector_Window::~SwigDirector_Window() {
 void SwigDirector_Window::update() {
   VALUE result;
   
-  result = rb_funcall(swig_get_self(), rb_intern("update"), 0, NULL);
+  result = rb_funcall(swig_get_self(), rb_intern("update_"), 0, NULL);
 }
 
 
 void SwigDirector_Window::draw() {
   VALUE result;
   
-  result = rb_funcall(swig_get_self(), rb_intern("draw"), 0, NULL);
+  result = rb_funcall(swig_get_self(), rb_intern("draw_"), 0, NULL);
 }
 
 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gosu-0.7.31 GosuImpl/RubyGosu_SWIG_RENAME_PATCH.patch
gosu-0.7.30 GosuImpl/RubyGosu_SWIG_RENAME_PATCH.patch