Skip to content

Commit d3d98b8

Browse files
committed
fix for broken build (2048), thanks to @Youdaman
1 parent 1458b66 commit d3d98b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Content/Scripts/2048/game/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"use strict"
33

44
module.exports = function (widget, container, data) {
5-
require('animframe_polyfill')
5+
require('./animframe_polyfill')
66
var Actuator = require('./actuator')(container, data)
77
var LocalStorageManager = require('./local_storage_manager')
88
var KeyboardInputManager = require('./keyboard_input_manager')(widget, container)

0 commit comments

Comments
 (0)