Rearrange code in preparation for newtext.
This commit is contained in:
@@ -25,7 +25,7 @@ display () {
|
||||
|
||||
if [ $build != 0 ]; then
|
||||
echo renpy.display.$1 is out of date.
|
||||
try cython -a renpy/display/$1.pyx -o module/$1.c
|
||||
try cython -Imodule -a renpy/display/$1.pyx -o module/$1.c
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -44,6 +44,10 @@ display glshader
|
||||
display glrtt_copy
|
||||
display glrtt_fbo
|
||||
|
||||
display ftfont
|
||||
display textsupport
|
||||
|
||||
|
||||
echo Compiling...
|
||||
|
||||
# Build the module, then come back here and run Ren'Py.
|
||||
|
||||
Reference in New Issue
Block a user